]> source.dussan.org Git - nextcloud-server.git/commitdiff
css selectors never have a : before []
authorJörn Friedrich Dreyer <jfd@butonic.de>
Thu, 19 Sep 2013 08:14:07 +0000 (10:14 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Thu, 19 Sep 2013 08:14:07 +0000 (10:14 +0200)
core/js/share.js

index 5d34faf8a5db15d9fb26aeee33903a49276247ac..5b93dd307403fe890cbfe9b932b12c838ec3f1d3 100644 (file)
@@ -483,7 +483,7 @@ $(document).ready(function() {
                if (!$('.cruds', this).is(':visible')) {
                        $('a', this).hide();
                        if (!$('input[name="edit"]', this).is(':checked')) {
-                               $('input:[type=checkbox]', this).hide();
+                               $('input[type="checkbox"]', this).hide();
                                $('label', this).hide();
                        }
                } else {