r61766 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61765‎ | r61766 | r61767 >
Date:23:19, 31 January 2010
Author:werdna
Status:ok
Tags:
Comment:
Remove profiling, which breaks when firebug is not running
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.js (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.js
@@ -1557,7 +1557,6 @@
15581558 }
15591559
15601560 mw.addOnloadHook( function() {
1561 - console.profile('Setup');
15621561 // One-time setup for the full page
15631562
15641563 // Update the new thread link
@@ -1611,6 +1610,5 @@
16121611 $j('#wpSave').live( 'click', liquidThreads.handleAJAXSave );
16131612 $j('#wpTextbox1').live( 'keyup', liquidThreads.onTextboxKeyUp );
16141613 $j(document).click( liquidThreads.handleDocumentClick );
1615 - console.profileEnd();
16161614 } );
16171615

Status & tagging log