From dae9ecdc4b8a8847d35355820875823d92f2fe29 Mon Sep 17 00:00:00 2001 From: rob Date: Fri, 8 Jul 2022 14:53:41 -0400 Subject: [PATCH] load dtpsites not dtpweb --- app/views/layouts/main.pug | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/main.pug b/app/views/layouts/main.pug index 8629316..9d4edc8 100644 --- a/app/views/layouts/main.pug +++ b/app/views/layouts/main.pug @@ -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 \ No newline at end of file