Browse Source

Fix IE 11 dashboard syntax error

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
tags/v21.0.0beta7
Vincent Petry 3 years ago
parent
commit
246a0a8174
No account linked to committer's email address
3 changed files with 4 additions and 3 deletions
  1. 2
    2
      apps/user_status/js/dashboard.js
  2. 1
    1
      apps/user_status/js/dashboard.js.map
  3. 1
    0
      webpack.common.js

+ 2
- 2
apps/user_status/js/dashboard.js
File diff suppressed because it is too large
View File


+ 1
- 1
apps/user_status/js/dashboard.js.map
File diff suppressed because it is too large
View File


+ 1
- 0
webpack.common.js View File

@@ -95,6 +95,7 @@ module.exports = []
exclude: BabelLoaderExcludeNodeModulesExcept([
'@nextcloud/dialogs',
'@nextcloud/event-bus',
'@nextcloud/vue-dashboard',
'davclient.js',
'nextcloud-vue-collections',
'p-finally',

Loading…
Cancel
Save