diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-10 14:18:08 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-13 08:27:43 +0200 |
commit | c624c102a6edbe51256aaf5c0025ff6331018f32 (patch) | |
tree | 224082375cd3a6c433d6f3481e548e99ed8a47a6 /core/js/core.json | |
parent | 0b136d28a3ab9a14f1a001c0bc8ca15d4a4abf4a (diff) | |
download | nextcloud-server-c624c102a6edbe51256aaf5c0025ff6331018f32.tar.gz nextcloud-server-c624c102a6edbe51256aaf5c0025ff6331018f32.zip |
Move OC.requestToken to the bundle, deprecate oc_requesttoken
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/js/core.json')
-rw-r--r-- | core/js/core.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/js/core.json b/core/js/core.json index ee1a0e0d65d..4f338f87748 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -13,7 +13,6 @@ "sharedialogresharerinfoview.js", "sharedialogshareelistview.js", "public/publicpage.js", - "oc-requesttoken.js", "setupchecks.js", "../search/js/search.js", "mimetype.js", |