mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 21:31:36 +02:00
[web] Enable the dev-toolbar by default in the dev environment GitOrigin-RevId: 170e59e9b82268e621fe99ffcc82b7d68467e1b3
7 lines
311 B
Plaintext
7 lines
311 B
Plaintext
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)
|