From: Krinkle Date: Fri, 24 Dec 2010 14:34:27 +0000 (+0000) Subject: Removing debug call. Follow-up r78935 CR X-Git-Tag: 1.31.0-rc.0~33111 X-Git-Url: https://git.cyclocoop.org/admin/Duna?a=commitdiff_plain;h=5a8133d6d98934d789ae84fba5d6a037cc7ed4b0;p=lhc%2Fweb%2Fwiklou.git Removing debug call. Follow-up r78935 CR --- diff --git a/resources/jquery/jquery.makeCollapsible.js b/resources/jquery/jquery.makeCollapsible.js index 8c65bed9a4..43a7f8b0ef 100644 --- a/resources/jquery/jquery.makeCollapsible.js +++ b/resources/jquery/jquery.makeCollapsible.js @@ -148,7 +148,6 @@ $.fn.makeCollapsible = function() { } } - console.log( $toggleLink.get(0) ); // Initial state if ( $that.hasClass( 'mw-collapsed' ) ) { $toggleLink.click();