r107024 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107023‎ | r107024 | r107025 >
Date:00:53, 22 December 2011
Author:rmoen
Status:ok (Comments)
Tags:
Comment:
prevent automatic injection of moodbar by removing parentheses, follow up to r106830
Modified paths:
  • /trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.init.js (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.init.js
@@ -58,7 +58,7 @@
5959 .appendTo( ui.pMoodbar );
6060
6161 // Inject portlet into document, when document is ready
62 - $( mb.inject() );
 62+ $( mb.inject );
6363
6464 },
6565

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106831remove asynchronous user data gathering on moodbar load, add preferences into...rmoen18:39, 20 December 2011

Comments

#Comment by IAlex (talk | contribs)   06:07, 22 December 2011

I think you mentioned the wrong revision number in your commit summary.

Status & tagging log