mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update editor.pug
This commit is contained in:
parent
490c56c692
commit
bbbba701b0
1 changed files with 1 additions and 1 deletions
|
@ -165,5 +165,5 @@ block requirejs
|
|||
data-main=buildJsPath("ide.js", {hashedPath:false, fingerprint:false}),
|
||||
baseurl=fullJsPath,
|
||||
data-ace-base=buildJsPath(lib('ace'), {fingerprint:false}),
|
||||
src=buildJsPath('libs/require.js', {hashedPath:true})
|
||||
src=buildJsPath('libs/require.js', {hashedPath:false})
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue