overleaf/services/web/app/views/_mixins/bootstrap_js.pug

4 lines
189 B
Text
Raw Normal View History

mixin bootstrap-js(bootstrapVersion)
each file in (entrypointScripts(bootstrapVersion === 5 ? 'bootstrap-5' : 'bootstrap-3'))
script(type="text/javascript", nonce=scriptNonce, src=file)