Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
mwinkens committed Feb 21, 2024
1 parent 6ddcf59 commit f44c3c6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 37 deletions.
2 changes: 1 addition & 1 deletion js/b2sharebridge-main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/b2sharebridge-settingsadmin.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/b2sharebridge-settingspersonal.js.map

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,6 @@ import { generateFilePath } from '@nextcloud/router'
import Vue from 'vue'
import App from './App.vue'

/**
* Import Bootstrap
*/
//import { BootstrapVue, IconsPlugin } from 'bootstrap-vue'

// Import Bootstrap and BootstrapVue CSS files (order is important)
// import 'bootstrap/dist/css/bootstrap.css'
// import 'bootstrap-vue/dist/bootstrap-vue.css'

// Make BootstrapVue available throughout your project
//Vue.use(BootstrapVue)
// Optionally install the BootstrapVue icon components plugin
//Vue.use(IconsPlugin)

// eslint-disable-next-line
__webpack_public_path__ = generateFilePath('b2sharebridge', '', 'js/')

Expand Down
19 changes: 0 additions & 19 deletions src/settings-admin.js
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
import Vue from 'vue'

/**
* Import Bootstrap
*/
//import { BootstrapVue, IconsPlugin } from 'bootstrap-vue'

/**
* Import Sidebar
*/
import AdminSettings from './components/AdminSettings.vue'

// Import Bootstrap and BootstrapVue CSS files (order is important)
// import 'bootstrap/dist/css/bootstrap.css'
// import 'bootstrap-vue/dist/bootstrap-vue.css'

// Make BootstrapVue available throughout your project
//Vue.use(BootstrapVue)
// Optionally install the BootstrapVue icon components plugin
//Vue.use(IconsPlugin)

Vue.extend(AdminSettings)

Vue.mixin({ methods: { t, n } })

if (document.getElementById('admin-settings')) {
Expand Down
1 change: 0 additions & 1 deletion src/settings-personal.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Vue from 'vue'
import PersonalSettings from './components/PersonalSettings.vue'

Vue.extend(PersonalSettings)

Vue.mixin({ methods: { t, n } })

if (document.getElementById('b2sharebridge-personal-settings')) {
Expand Down

0 comments on commit f44c3c6

Please sign in to comment.