diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index 29868bd..cf76ee4 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -14,11 +14,11 @@ const {footer} = useAppConfig()
diff --git a/app/components/Navigation.vue b/app/components/Navigation.vue index d0144ba..9ddbbc1 100644 --- a/app/components/Navigation.vue +++ b/app/components/Navigation.vue @@ -128,9 +128,7 @@ onMounted(() => { const loadJSFiles = () => { const jsFiles = [ - '/js/jquery-1.10.2.js', - '/js/bootstrap.min.js', - '/js/index.js', + '/js/gopcOm.js' ]