mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 08:13:44 -05:00
4 lines
189 B
Text
4 lines
189 B
Text
|
mixin bootstrap-js(bootstrapVersion)
|
||
|
each file in (entrypointScripts(bootstrapVersion === 5 ? 'bootstrap-5' : 'bootstrap-3'))
|
||
|
script(type="text/javascript", nonce=scriptNonce, src=file)
|