mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
kill whitespace
This commit is contained in:
parent
3a5b3a8e8d
commit
9758dd77b3
1 changed files with 0 additions and 2 deletions
|
@ -82,7 +82,6 @@ module.exports = (app, webRouter, apiRouter)->
|
|||
res.locals.jsPath = jsPath
|
||||
res.locals.fullJsPath = Url.resolve(staticFilesBase, jsPath)
|
||||
|
||||
|
||||
res.locals.buildJsPath = (jsFile, opts = {})->
|
||||
path = Path.join(jsPath, jsFile)
|
||||
|
||||
|
@ -103,7 +102,6 @@ module.exports = (app, webRouter, apiRouter)->
|
|||
path = path + "?" + qs
|
||||
return path
|
||||
|
||||
|
||||
res.locals.buildCssPath = (cssFile)->
|
||||
path = Path.join("/stylesheets/", cssFile)
|
||||
return Url.resolve(staticFilesBase, path) + "?fingerprint=" + getFingerprint(path)
|
||||
|
|
Loading…
Reference in a new issue