r57402 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57401‎ | r57402 | r57403 >
Date:20:41, 5 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
Fix spinner display for watch/unwatch AJAX calls on Wikimedia sites.
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.css (modified) (history)
  • /trunk/extensions/LiquidThreads/lqt.js (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.css
@@ -488,11 +488,3 @@
489489 .mw-lqt-newmessages-left {
490490 width: 10em ;
491491 }
492 -
493 -.lqt-command-working {
494 - padding: 10px !important;
495 - margin-right: 0.6em;
496 - background-image: url(../../skins/common/images/spinner.gif);
497 - background-position: middle middle;
498 - background-repeat: no-repeat;
499 -}
Index: trunk/extensions/LiquidThreads/lqt.js
@@ -507,7 +507,7 @@
508508 }
509509
510510 // Replace the watch link with a spinner
511 - button.empty().addClass( 'lqt-command-working' );
 511+ button.empty().addClass( 'mw-small-spinner' );
512512
513513 // Do the AJAX call.
514514 var apiParams = { 'action' : 'watch', 'title' : title, 'format' : 'json' };

Follow-up revisions

RevisionCommit summaryAuthorDate
r57406Fix LiquidThreads watch / unwatch AJAX loader thingy for Wikimedia (merged r5...werdna20:52, 5 October 2009

Status & tagging log