From: ste101 Date: Tue, 29 Jul 2014 14:45:47 +0000 (+0200) Subject: [FIX] for mobile_show_parent_link X-Git-Tag: v5.3.2~13^2~2^2^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5515%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git [FIX] for mobile_show_parent_link --- 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 = $('
  • '); }