diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-12-21 08:37:57 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-12-21 08:37:57 +0100 |
commit | 6f65c5f20a5151827b224b05fbed748963543e22 (patch) | |
tree | ed3a6b368b11d838eb81ecc5d37b02c3b3f94440 /settings/src | |
parent | c0a6ad0a72f56635634cf74a8eb9c95175e41d40 (diff) | |
download | nextcloud-server-6f65c5f20a5151827b224b05fbed748963543e22.tar.gz nextcloud-server-6f65c5f20a5151827b224b05fbed748963543e22.zip |
IE11 compatibility for users & apps management
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/src')
-rw-r--r-- | settings/src/main.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/settings/src/main.js b/settings/src/main.js index c24eee87628..587451069e8 100644 --- a/settings/src/main.js +++ b/settings/src/main.js @@ -1,4 +1,4 @@ -/* +/** * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com> * * @author John Molakvoæ <skjnldsv@protonmail.com> @@ -19,7 +19,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ -import "@babel/polyfill"; import Vue from 'vue'; import { sync } from 'vuex-router-sync'; |