mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
28 lines
No EOL
1.4 KiB
Text
28 lines
No EOL
1.4 KiB
Text
div(ng-if='authenticated() && user.flags.ads!="hide"')
|
|
span.pull-right(ng-if='list.type!="reward"')
|
|
a(ng-click='showStripe()', tooltip='Remove Ads')
|
|
i.icon-remove
|
|
br
|
|
a(ng-click='modals.whyAds=true', tooltip='Why Ads?')
|
|
i.icon-question-sign
|
|
|
|
div(ng-if='list.type=="habit"', habitrpg-adsense)
|
|
script(async='async', src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js')
|
|
// Habit3
|
|
ins.adsbygoogle(style='display: inline-block; width: 234px; height: 60px;', data-ad-client='ca-pub-3242350243827794', data-ad-slot='9529624576')
|
|
script.
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
|
|
div(ng-if='list.type=="daily"', habitrpg-adsense)
|
|
script(async='async', src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js')
|
|
// Habit3
|
|
ins.adsbygoogle(style='display: inline-block; width: 234px; height: 60px;', data-ad-client='ca-pub-3242350243827794', data-ad-slot='9529624576')
|
|
script.
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
|
|
div(ng-if='list.type=="todo"', habitrpg-adsense)
|
|
script(async='async', src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js')
|
|
// Habit3
|
|
ins.adsbygoogle(style='display: inline-block; width: 234px; height: 60px;', data-ad-client='ca-pub-3242350243827794', data-ad-slot='9529624576')
|
|
script.
|
|
(adsbygoogle = window.adsbygoogle || []).push({}); |