File tree 2 files changed +1
-17
lines changed
2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,6 @@ <h3>{{ post.title }}</h3>
189
189
</ main >
190
190
{% include footer.html %}
191
191
192
- < script src ="/scripts/stickyfill.js "> </ script >
193
192
< script src ="/scripts/linkjuice/dist/linkjuice.js "> </ script >
194
193
< script src ="/scripts/main.js "> </ script >
195
194
</ body >
Original file line number Diff line number Diff line change 5
5
selector : [ 'h2' , 'h3' ] ,
6
6
icon : ''
7
7
} ) ;
8
-
9
- var stickyElements = doc . querySelectorAll ( '.is-sticky' ) ;
10
-
11
- for ( var i = stickyElements . length - 1 ; i >= 0 ; i -- ) {
12
- var el = stickyElements [ i ] ;
13
-
14
- if ( el . classList . contains ( 'thtrm-toc' ) ) {
15
- el . classList . add ( 'thtrm-toc--sticky' ) ;
16
- el . classList . add ( 'thtrm-toc--faded' ) ;
17
- }
18
- if ( el . classList . contains ( 'thtrm-ad' ) ) {
19
- el . classList . add ( 'thtrm-ad--sticky' ) ;
20
- el . classList . add ( 'thtrm-ad--description' ) ;
21
- }
22
- Stickyfill . add ( el ) ;
23
- }
8
+
24
9
} ( document , window ) ) ;
You can’t perform that action at this time.
0 commit comments