Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2021-03-01 15:47:26 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-03-03 10:43:53 +0300
commit3c83604e58632ab419ba5c657b8356d3002806c9 (patch)
tree62a32dbd14f62a64dea4307a8bb477aee81e1393 /core/src
parented772cd889a9273f3e9b1cc2a732d287b0d4dd51 (diff)
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')
-rw-r--r--core/src/globals.js2
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')