File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -193,8 +193,15 @@ <h1>ScrollMagic</h1>
193
193
return false ;
194
194
} ) ;
195
195
</ script >
196
-
197
-
196
+ < script async src ="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "> </ script >
197
+ <!-- ScrollMagic2 -->
198
+ < ins class ="adsbygoogle "
199
+ style ="display:inline-block;width:728px;height:90px;position:absolute;bottom:-120px;left:-39px; "
200
+ data-ad-client ="ca-pub-8391065704522728 "
201
+ data-ad-slot ="5081761290 "> </ ins >
202
+ < script >
203
+ ( adsbygoogle = window . adsbygoogle || [ ] ) . push ( { } ) ;
204
+ </ script >
198
205
</ div >
199
206
< script >
200
207
// wrap each title letter
Original file line number Diff line number Diff line change 108
108
. append ( "<p>Thank you!</p>" ) ;
109
109
var container = $ ( "<div>" )
110
110
. addClass ( "darkside" )
111
- . append ( text )
112
- . append ( '<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>' )
113
- . append ( '<ins class="adsbygoogle" style="display:block;width:' + google_ad_width + 'px;height:' + google_ad_height + 'px;margin: 20px auto 0 auto;" data-ad-client="' + google_ad_client + '" data-ad-slot="' + google_ad_slot + '"></ins>' ) ;
111
+ . append ( text ) ;
112
+ // .append('<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>');;
113
+ // .append('<ins class="adsbygoogle" style="display:block;width:' + google_ad_width + 'px;height:' + google_ad_height + 'px;margin: 20px auto 0 auto;" data-ad-client="' + google_ad_client + '" data-ad-slot="' + google_ad_slot + '"></ins>');
114
114
115
115
$ ( "section#info > div.content" ) . first ( ) . after ( container ) ;
116
- ( adsbygoogle = window . adsbygoogle || [ ] ) . push ( { } ) ;
116
+ // (adsbygoogle = window.adsbygoogle || []).push({});
117
117
} ) ;
118
118
}
119
119
You can’t perform that action at this time.
0 commit comments