mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fixed missing fingerprint
This commit is contained in:
parent
5a336ed7ef
commit
40dbeb1fe7
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ html(itemscope, itemtype='http://schema.org/Product')
|
||||||
- if(typeof(suppressFooter) == "undefined")
|
- if(typeof(suppressFooter) == "undefined")
|
||||||
script(type='text/javascript').
|
script(type='text/javascript').
|
||||||
window.requirejs = {
|
window.requirejs = {
|
||||||
"urlArgs" : "fingerprint=#{fingerprint(jsPath + 'app/main.js')}-#{fingerprint(jsPath + 'libs.js')}",
|
"urlArgs" : "fingerprint=#{fingerprint(jsPath + 'main.js')}-#{fingerprint(jsPath + 'libs.js')}",
|
||||||
"paths" : {
|
"paths" : {
|
||||||
"moment": "libs/moment-2.7.0"
|
"moment": "libs/moment-2.7.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue