]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix closing app menu on mobile 677/head
authorJulius Haertl <jus@bitgrid.net>
Sun, 31 Jul 2016 09:57:03 +0000 (11:57 +0200)
committerJulius Haertl <jus@bitgrid.net>
Sun, 31 Jul 2016 09:57:03 +0000 (11:57 +0200)
core/js/js.js

index d2bbbae6362839fcc6f7ed5aa3d335746e018c18..4e8d3a01416425e31d566ca2379458fdade2bcf3 100644 (file)
@@ -1574,6 +1574,10 @@ function initCore() {
                                $target.closest('.app-navigation-noclose').length) {
                                return;
                        }
+                       if($target.is('.app-navigation-entry-utils-menu-button') ||
+                               $target.closest('.app-navigation-entry-utils-menu-button').length) {
+                               return;
+                       }
                        if($target.is('.add-new') ||
                                $target.closest('.add-new').length) {
                                return;