Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmoc committed Sep 25, 2023
1 parent ce4f382 commit e59755a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions packages/web-app-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"description": "ownCloud web files",
"license": "AGPL-3.0",
"dependencies": {
"mark.js": "^8.11.1",
"mobile-detect": "^1.4.5"
"mark.js": "^8.11.1"
},
"devDependencies": {
"@jest/globals": "29.3.1",
Expand Down
1 change: 0 additions & 1 deletion packages/web-app-files/src/views/AppBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export default defineComponent({
const appBannerSettings = unref(store.getters.configuration.currentTheme.appBanner)
const generateAppUrl = (fileId: string) => {
console.error(appBannerSettings.appScheme)
return buildUrl(router, `/f/${fileId}`)
.toString()
.replace(/^(http)(s)?/, (_, p1, p2) => (p2 ? appBannerSettings.appScheme : p1))
Expand Down
1 change: 1 addition & 0 deletions packages/web-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"qs": "^6.10.3",
"sanitize-html": "^2.7.0",
"semver": "^7.3.8",
"smartbanner.js": "^1.19.3",
"tippy.js": "^6.3.7",
"utf8": "^3.0.0",
"uuid": "^9.0.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/web-runtime/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ import { additionalTranslations } from './helpers/additionalTranslations' // esl
import { eventBus } from 'web-pkg/src/services'
import { useHead } from './composables/head'
import { useStore } from 'web-pkg/src/composables'
//import 'smartbanner.js/dist/smartbanner.css'
//import * as SmartBanner from 'smartbanner.js/dist/smartbanner.js'
export default defineComponent({
components: {
Expand Down

0 comments on commit e59755a

Please sign in to comment.