mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-08-09 10:00:07 +02:00

[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)
|