From ec4bae8a1ab1b7768d64412c133b6e91bee7d1e2 Mon Sep 17 00:00:00 2001 From: ste101 Date: Tue, 29 Jul 2014 16:45:47 +0200 Subject: [PATCH] [FIX] for mobile_show_parent_link --- js/foundation/foundation.topbar.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/foundation/foundation.topbar.js b/js/foundation/foundation.topbar.js index e5eae5ad9..ebd5bf730 100755 --- a/js/foundation/foundation.topbar.js +++ b/js/foundation/foundation.topbar.js @@ -353,10 +353,8 @@ if (!$dropdown.find('.title.back').length) { if (settings.mobile_show_parent_link == true && url && url.length > 1) { - console.log('Parent On'); - $titleLi = $('
  • '); + $titleLi = $('
  • '); } else { - console.log('Parent off'); $titleLi = $('
  • '); } -- 2.47.2