summaryrefslogtreecommitdiffstats
path: root/settings/personal.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@owncloud.com>2016-04-19 15:06:42 +0200
committerChristoph Wurst <christoph@owncloud.com>2016-04-19 15:06:42 +0200
commit05d203a989721f3e456ba516ef07be3fd72f460b (patch)
tree58073f16f936f8ce3b26ad3db377ecf1e5da085a /settings/personal.php
parent37530f27f00a1b284c339d8b8a11563d79ca5757 (diff)
downloadnextcloud-server-05d203a989721f3e456ba516ef07be3fd72f460b.tar.gz
nextcloud-server-05d203a989721f3e456ba516ef07be3fd72f460b.zip
replace $.parseJSON() by JSON.parse()
Diffstat (limited to 'settings/personal.php')
-rw-r--r--settings/personal.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/personal.php b/settings/personal.php
index 62a718985f8..f27b40770f5 100644
--- a/settings/personal.php
+++ b/settings/personal.php
@@ -47,7 +47,6 @@ OC_Util::addScript('settings', 'certificates');
OC_Util::addStyle( 'settings', 'settings' );
\OC_Util::addVendorScript('strengthify/jquery.strengthify');
\OC_Util::addVendorStyle('strengthify/strengthify');
-\OC_Util::addScript('files', 'jquery.iframe-transport');
\OC_Util::addScript('files', 'jquery.fileupload');
if ($config->getSystemValue('enable_avatars', true) === true) {
\OC_Util::addVendorScript('jcrop/js/jquery.Jcrop');