aboutsummaryrefslogtreecommitdiffstats
path: root/settings/js/admin.js
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-06-05 17:23:42 +0200
committerVincent Petry <pvince81@owncloud.com>2014-06-05 17:23:42 +0200
commit1c598085176e4bef12f5fbcd221ef6b832b734bb (patch)
treeedf58b2d3ed7e4fa4e187740ecf01485098a792b /settings/js/admin.js
parent4b650a20a42b70412cee9dd835e096e16da6d530 (diff)
parent6578f00b4bcfbd5bc44bc12e341506f922498d7b (diff)
downloadnextcloud-server-1c598085176e4bef12f5fbcd221ef6b832b734bb.tar.gz
nextcloud-server-1c598085176e4bef12f5fbcd221ef6b832b734bb.zip
Merge pull request #8865 from owncloud/improve_share_settings
Improve share settings
Diffstat (limited to 'settings/js/admin.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(){} );