diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-05 15:47:12 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-05 15:47:12 +0100 |
commit | 7ad7f9479735a3bd5c780af3c1e038399ea12944 (patch) | |
tree | 36f7656d7ef65bea261f5b388f2eb1685a19f131 /core/js/share.js | |
parent | 37d22bf170708a3f6b9395fb6afe25c255e91a9a (diff) | |
download | nextcloud-server-7ad7f9479735a3bd5c780af3c1e038399ea12944.tar.gz nextcloud-server-7ad7f9479735a3bd5c780af3c1e038399ea12944.zip |
fix some spaces to tabs issues reported by Scrutinizer
Diffstat (limited to 'core/js/share.js')
-rw-r--r-- | core/js/share.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/share.js b/core/js/share.js index 0939259b7da..129e50b22d5 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -584,8 +584,8 @@ $(document).ready(function() { $(checkboxes).filter('input[name="edit"]').attr('checked', false); // Check Edit if Create, Update, or Delete is checked } else if (($(this).attr('name') == 'create' - || $(this).attr('name') == 'update' - || $(this).attr('name') == 'delete')) + || $(this).attr('name') == 'update' + || $(this).attr('name') == 'delete')) { $(checkboxes).filter('input[name="edit"]').attr('checked', true); } |