We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb27d0 commit f0128c0Copy full SHA for f0128c0
docs/pug/docs.pug
@@ -17,7 +17,7 @@ html.no-js(lang='en')
17
H.className = H.className.replace(/\bno-js\b/, 'js');
18
})(document.documentElement);
19
20
- link(rel='stylesheet', href='docs/css/docs.css?=' + cachebuster)
+ link(rel='stylesheet', href='docs/css/docs.css')
21
script.
22
var components = !{JSON.stringify(components)}
23
body
@@ -88,7 +88,7 @@ html.no-js(lang='en')
88
89
script(src='docs/js/jquery.js')
90
script(src='docs/js/jquery-ui.js')
91
- script(src='docs/js/scripts.js?=' + cachebuster)
+ script(src='docs/js/scripts.js')
92
93
script(src='docs/js/pug.js')
94
script(src='docs/js/highlight.min.js')
index.html
0 commit comments