dark mode update

This commit is contained in:
carodej
2020-07-09 10:56:17 +02:00
parent a43f0e6908
commit 5a9f5813c8
89 changed files with 1633 additions and 912 deletions
+7 -1
View File
@@ -46,7 +46,13 @@ const Helpers = {
Vue.prototype.$scrollTop = function () {
var container = document.getElementById('vue-file-manager')
container.scrollTop = 0
if (container) {
container.scrollTop = 0
}
}
Vue.prototype.$getImage = function (source) {
return source ? '/' + source : ''
}
Vue.prototype.$getCreditCardBrand = function (brand) {