r86659 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86658‎ | r86659 | r86660 >
Date:19:36, 21 April 2011
Author:happy-melon
Status:ok (Comments)
Tags:
Comment:
Follow-up r41810: avoid multiple API calls.
Modified paths:
  • /trunk/extensions/CodeReview/modules/ext.codereview.js (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/modules/ext.codereview.js
@@ -35,6 +35,8 @@
3636 };
3737 if( $(this).data( 'suggestions' ) ){
3838 doUpdate();
 39+ } else if( $(this).data( 'request' ) ){
 40+ // A request is in progress, we'll get to it eventually
3941 } else {
4042 // Need to get the tags from the API
4143 var request = $.getJSON(

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r41810* (bug 15845) API: Added pageid/fromid parameter to action=delete/move, makin...catrope14:57, 7 October 2008
r86558Auto suggest tags.happy-melon22:32, 20 April 2011

Comments

#Comment by Happy-melon (talk | contribs)   19:37, 21 April 2011

This is epically not a follow-up to r41810; copied the revision number from the wrong tab :D ....

Status & tagging log