mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 17:02:16 +00:00
- File Filter implemented
This commit is contained in:
3
resources/js/helpers.js
vendored
3
resources/js/helpers.js
vendored
@@ -347,8 +347,7 @@ const Helpers = {
|
||||
// Detect windows
|
||||
Vue.prototype.$checkOS = function () {
|
||||
if (navigator.userAgent.indexOf('Windows') != -1) {
|
||||
let body = document.body
|
||||
body.classList.add('windows')
|
||||
document.body.classList.add('windows')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user