From 58afa465f91cd5b6224778d9a34348fd7ac4c87e Mon Sep 17 00:00:00 2001 From: Hendrik Leppelsack Date: Thu, 11 Jun 2015 18:20:46 +0200 Subject: [PATCH 1/2] fix childs of slideToggle not sliding the target --- core/js/apps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/apps.js b/core/js/apps.js index e9aa0fdfe8..ecefa48caa 100644 --- a/core/js/apps.js +++ b/core/js/apps.js @@ -58,7 +58,7 @@ if (!area.is(':animated')) { // button toggles the area - if (button === event.target) { + if (button === event.target.closest('[data-apps-slide-toggle]')) { if (area.is(':visible')) { hideArea(); } else { From 2abedd544beb962219493defcdcb1561be1b12d1 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 17 Jun 2015 14:37:58 +0200 Subject: [PATCH 2/2] remove unneeded span around Settings text, fixes cursor --- apps/files/templates/appnavigation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/templates/appnavigation.php b/apps/files/templates/appnavigation.php index 70b98303b0..512300e3a5 100644 --- a/apps/files/templates/appnavigation.php +++ b/apps/files/templates/appnavigation.php @@ -12,7 +12,7 @@