r78151 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78150‎ | r78151 | r78152 >
Date:22:47, 9 December 2010
Author:krinkle
Status:ok
Tags:
Comment:
Follow-up r78150, removed accidental left-over console.logs calls
Modified paths:
  • /trunk/phase3/resources/mediawiki.action/mediawiki.action.watch.ajax.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/mediawiki.action/mediawiki.action.watch.ajax.js
@@ -29,7 +29,6 @@
3030 wgAjaxWatch.processResult = function( response, $link ) {
3131 response = response.watch;
3232
33 - console.log( $link.get() );
3433 // To ensure we set the same status for all watch links with the
3534 // same target we trigger a custom event on *all* watch links.
3635 if( response.watched !== undefined ) {
@@ -115,7 +114,6 @@
116115 }
117116 }
118117
119 - console.log( $link.get() );
120118 return false;
121119 });
122120

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78150Fixing bugs and modernising mediawiki.action.watch.ajax.js a little bit...krinkle22:45, 9 December 2010

Status & tagging log