mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-11 03:37:20 +00:00
fix comment
This commit is contained in:
parent
c98f40b90b
commit
0bd36a9e3b
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ block requirejs
|
|||
};
|
||||
window.aceFingerprint = "#{fingerprint(jsPath + lib('ace') + '/ace.js')}"
|
||||
|
||||
- var aceWorkerPath = user.betaProgram ? buildJsPath(lib('ace'), {cdn:false,fingerprint:false}) : "" // don't use worker for cdn
|
||||
- var aceWorkerPath = user.betaProgram ? buildJsPath(lib('ace'), {cdn:false,fingerprint:false}) : "" // don't use cdn for worker
|
||||
|
||||
script(type='text/javascript').
|
||||
window.aceWorkerPath = "#{aceWorkerPath}";
|
||||
|
|
Loading…
Add table
Reference in a new issue