load dtpsites not dtpweb

master
rob 2 years ago
parent 6c2803712f
commit dae9ecdc4b

@ -102,14 +102,14 @@ html(lang='en')
dtp.channel = !{JSON.stringify(channel || null)};
if DTP_SCRIPT_DEBUG
script(src=`/dist/js/dtpweb-app.js?v=${pkg.version}`, type="module")
script(src=`/dist/js/dtpsites-app.js?v=${pkg.version}`, type="module")
else
script(src=`/dist/js/dtpweb-app.min.js?v=${pkg.version}`, type="module")
script(src=`/dist/js/dtpsites-app.min.js?v=${pkg.version}`, type="module")
if user && user.flags.isAdmin
if DTP_SCRIPT_DEBUG
script(src=`/dist/js/dtpweb-admin.js?v=${pkg.version}`, type="module")
script(src=`/dist/js/dtpsites-admin.js?v=${pkg.version}`, type="module")
else
script(src=`/dist/js/dtpweb-admin.min.js?v=${pkg.version}`, type="module")
script(src=`/dist/js/dtpsites-admin.min.js?v=${pkg.version}`, type="module")
block viewjs
Loading…
Cancel
Save