From c22d9fd7bb15cc9d1d409c48313956ee8808a64f Mon Sep 17 00:00:00 2001 From: Cam Quatman Date: Fri, 21 Mar 2014 14:05:42 -0400 Subject: [PATCH] fixed performance issue with top bar on mobile devices when touched with many menu itmes --- js/foundation/foundation.topbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/foundation/foundation.topbar.js b/js/foundation/foundation.topbar.js index ac4743af4..cd539bdb3 100644 --- a/js/foundation/foundation.topbar.js +++ b/js/foundation/foundation.topbar.js @@ -232,7 +232,7 @@ return; } - S('[' + self.attr_name() + '] li').removeClass('hover'); + S('[' + self.attr_name() + '] li.hover').removeClass('hover'); }); // Go up a level on Click -- 2.47.2