mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
a0c8cf663a
[web] Enable the dev-toolbar by default in the dev environment GitOrigin-RevId: 170e59e9b82268e621fe99ffcc82b7d68467e1b3
6 lines
311 B
Text
6 lines
311 B
Text
mixin foot-scripts()
|
|
each file in entrypointScripts(entrypoint)
|
|
script(type="text/javascript", nonce=scriptNonce, src=file, defer=deferScripts)
|
|
if (settings.devToolbar.enabled)
|
|
each file in entrypointScripts("devToolbar")
|
|
script(type="text/javascript", nonce=scriptNonce, src=file, defer=deferScripts)
|