summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-05-13 10:48:36 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-05-14 11:53:32 +0200
commit4ed6284cdcd420f01e51898f6ef655642e17ee40 (patch)
tree0f3fe1599f0f621c88250e643161d2017feaa2ff /core/src
parentb8e4992ef16623c99811f12a70f3808f3951dd8a (diff)
downloadnextcloud-server-4ed6284cdcd420f01e51898f6ef655642e17ee40.tar.gz
nextcloud-server-4ed6284cdcd420f01e51898f6ef655642e17ee40.zip
Bump jQuery to v2.2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/globals.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/globals.js b/core/src/globals.js
index e7f2b075374..b10068ba33f 100644
--- a/core/src/globals.js
+++ b/core/src/globals.js
@@ -101,7 +101,7 @@ const setDeprecatedProp = (global, cb, msg) => {
}
window['_'] = _
-setDeprecatedProp(['$', 'jQuery'], () => $, 'The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.')
+setDeprecatedProp(['$', 'jQuery'], () => $, 'The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.')
setDeprecatedProp('autosize', () => autosize, 'please ship your own, this will be removed in Nextcloud 20')
setDeprecatedProp('Backbone', () => Backbone, 'please ship your own, this will be removed in Nextcloud 20')
setDeprecatedProp(['Clipboard', 'ClipboardJS'], () => ClipboardJS, 'please ship your own, this will be removed in Nextcloud 20')