File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 49
49
< link rel ="stylesheet " href ="https://storage.googleapis.com/code.getmdl.io/1.1.3/material.indigo-pink.min.css ">
50
50
< link rel ="stylesheet " href ="stylesheets/styles.css ">
51
51
52
- < link rel ="stylesheet " type ="text/css " href ="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css " />
53
52
</ head >
54
53
< body class ="mdl-demo mdl-color--grey-100 mdl-color-text--grey-700 mdl-base ">
55
54
< div class ="mdl-layout mdl-js-layout mdl-layout--fixed-header ">
@@ -257,7 +256,6 @@ <h4 class="mdl-card__title-text"><b>LMS Slim Snippets</b> for Visual Studio
257
256
</ ul >
258
257
</ div >
259
258
</ footer >
260
- < div id ="cookieconsent "> </ div >
261
259
</ div >
262
260
</ main >
263
261
</ div >
@@ -317,20 +315,7 @@ <h4 class="mdl-card__title-text"><b>LMS Slim Snippets</b> for Visual Studio
317
315
} )
318
316
</ script >
319
317
320
- < script src ="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js " data-cfasync ="false "> </ script >
321
- < script >
322
- window . cookieconsent . initialise ( {
323
- "palette" : {
324
- "popup" : {
325
- "background" : "#000"
326
- } ,
327
- "button" : {
328
- "background" : "#e91e63"
329
- }
330
- }
331
- } ) ;
332
- </ script >
333
-
318
+
334
319
335
320
< script async src ='js/autotrack.js '> </ script >
336
321
You can’t perform that action at this time.
0 commit comments