summaryrefslogtreecommitdiffstats
path: root/settings/js
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-06-03 20:44:55 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2014-06-05 15:44:56 +0200
commitcf9099c7885453bcf15e40cbed722f432dffa1fb (patch)
tree9c57dfc45bba8717969c0e964f6ce627e51cf870 /settings/js
parentc991e148a6a50cefcf7cff3a9b0aa911c398dede (diff)
downloadnextcloud-server-cf9099c7885453bcf15e40cbed722f432dffa1fb.tar.gz
nextcloud-server-cf9099c7885453bcf15e40cbed722f432dffa1fb.zip
This settings doesn't belong together
Revert "make reshare settings foldable" This reverts commit c01f196f723dcb3dea6947c821a70d4d80563bbd. Conflicts: settings/templates/admin.php
Diffstat (limited to 'settings/js')
-rw-r--r--settings/js/admin.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/settings/js/admin.js b/settings/js/admin.js
index 8c7572fa394..bc95c6a3dc5 100644
--- a/settings/js/admin.js
+++ b/settings/js/admin.js
@@ -83,9 +83,6 @@ $(document).ready(function(){
$('#allowLinks').change(function() {
$("#publicLinkSettings").toggleClass('hidden', !this.checked);
});
- $('#allowResharing').change(function() {
- $("#resharingSettings").toggleClass('hidden', !this.checked);
- });
$('#security').change(function(){
$.post(OC.filePath('settings','ajax','setsecurity.php'), { enforceHTTPS: $('#forcessl').val() },function(){} );