mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
remove ads
This commit is contained in:
parent
88b65fe956
commit
eb6bea9069
1 changed files with 0 additions and 32 deletions
|
|
@ -42,14 +42,6 @@ do a find for the string after "→"
|
|||
</@footer>
|
||||
</app:myModal>
|
||||
|
||||
<app:myModal modalId="why-ads-modal" header="Why Ads?">
|
||||
<p>Habit is maintained by one dude: <a href="https://github.com/lefnire">Tyler</a>. Until Habit can make money, I need to stay afloat to fix bugs and add features. Consider it a donation :D</p>
|
||||
<p>If ads make you sick, chime in on Habit's open <a href="https://github.com/lefnire/habitrpg/wiki/Business-Model">business model discussion</a></p>
|
||||
<@footer>
|
||||
<button data-dismiss="modal" class="btn btn-success">Ok</button>
|
||||
</@footer>
|
||||
</app:myModal>
|
||||
|
||||
<app:myModal modalId="party-modal">
|
||||
{#if _user.party.current}
|
||||
<h2>{_party.name}</h2>
|
||||
|
|
@ -456,30 +448,6 @@ do a find for the string after "→"
|
|||
<input class="btn" type=submit value=Add />
|
||||
</form>
|
||||
|
||||
{#if _loggedIn}
|
||||
{#unless equal(@type,'reward')}
|
||||
{#unless equal(_user.flags.ads,'hide')}
|
||||
<span class='pull-right'>
|
||||
<a x-bind="click:showStripe" rel='tooltip' title='Remove Ads'><i class='icon-remove'></i></a><br/>
|
||||
<a href="#" data-target="#why-ads-modal" data-toggle="modal" rel='tooltip' title='Why Ads?'><i class='icon-question-sign'></i></a>
|
||||
|
||||
</span>
|
||||
|
||||
<script type="text/javascript" x-no-minify><!--
|
||||
google_ad_client = "ca-pub-3242350243827794";
|
||||
/* Test */
|
||||
google_ad_slot = "5883123375";
|
||||
google_ad_width = 234;
|
||||
google_ad_height = 60;
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript"
|
||||
src="https://pagead2.googlesyndication.com/pagead/show_ads.js" x-no-minify>
|
||||
</script>
|
||||
{/}
|
||||
{/}
|
||||
{/}
|
||||
|
||||
<task:>
|
||||
<li data-id={{:task.id}} class="task {taskClasses(:task.type, :task.completed, :task.value, :task.repeat)}">
|
||||
<pre>
|
||||
|
|
|
|||
Loading…
Reference in a new issue