mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
put jquery as first script in head tag
This commit is contained in:
@@ -52,7 +52,6 @@ html(itemscope, itemtype='http://schema.org/Product')
|
||||
window.csrfToken = "#{csrfToken}";
|
||||
|
||||
block scripts
|
||||
script(src=buildJsPath("libs/angular-1.3.15.min.js", {fingerprint:false}))
|
||||
script(src=buildJsPath("libs/jquery-1.11.1.min.js", {fingerprint:false}))
|
||||
script(type="text/javascript").
|
||||
var noCdnKey = "nocdn=true"
|
||||
@@ -61,6 +60,7 @@ html(itemscope, itemtype='http://schema.org/Product')
|
||||
if (cdnBlocked && !noCdnAlreadyInUrl) {
|
||||
window.location.search += '&'+noCdnKey;
|
||||
}
|
||||
script(src=buildJsPath("libs/angular-1.3.15.min.js", {fingerprint:false}))
|
||||
|
||||
script.
|
||||
window.sharelatex = {
|
||||
|
||||
Reference in New Issue
Block a user