diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2021-03-01 13:47:26 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2021-03-03 08:43:53 +0100 |
commit | 3c83604e58632ab419ba5c657b8356d3002806c9 (patch) | |
tree | 62a32dbd14f62a64dea4307a8bb477aee81e1393 /core/src/globals.js | |
parent | ed772cd889a9273f3e9b1cc2a732d287b0d4dd51 (diff) | |
download | nextcloud-server-3c83604e58632ab419ba5c657b8356d3002806c9.tar.gz nextcloud-server-3c83604e58632ab419ba5c657b8356d3002806c9.zip |
Kill jstimezonedetect from bundle
Taking up space while it is not needed.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/src/globals.js')
-rw-r--r-- | core/src/globals.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/globals.js b/core/src/globals.js index e0d2c4b8ead..8dbfc15de27 100644 --- a/core/src/globals.js +++ b/core/src/globals.js @@ -40,7 +40,6 @@ import { dav } from 'davclient.js' import Handlebars from 'handlebars' import 'jcrop/js/jquery.Jcrop' import 'jcrop/css/jquery.Jcrop.css' -import jstimezonedetect from 'jstimezonedetect' import md5 from 'blueimp-md5' import moment from 'moment' import 'select2' @@ -105,7 +104,6 @@ setDeprecatedProp('Backbone', () => Backbone, 'please ship your own, this will b setDeprecatedProp(['Clipboard', 'ClipboardJS'], () => ClipboardJS, 'please ship your own, this will be removed in Nextcloud 20') window.dav = dav setDeprecatedProp('Handlebars', () => Handlebars, 'please ship your own, this will be removed in Nextcloud 20') -setDeprecatedProp(['jstz', 'jstimezonedetect'], () => jstimezonedetect, 'please ship your own, this will be removed in Nextcloud 20') setDeprecatedProp('md5', () => md5, 'please ship your own, this will be removed in Nextcloud 20') setDeprecatedProp('moment', () => moment, 'please ship your own, this will be removed in Nextcloud 20') |