r92841 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92840‎ | r92841 | r92842 >
Date:01:21, 22 July 2011
Author:werdna
Status:resolved
Tags:
Comment:
Fix jquery.cookie dependency: move to the other module
Modified paths:
  • /trunk/extensions/MoodBar/MoodBar.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/MoodBar.php
@@ -58,8 +58,8 @@
5959 'tooltip-p-moodbar-trigger-feedback',
6060 ),
6161 'position' => 'top',
62 - 'dependencies' => $oldVersion ? array() : array(
63 - 'mediawiki.user',
 62+ 'dependencies' => array(
 63+ 'jquery.cookie',
6464 ),
6565 );
6666
@@ -101,7 +101,6 @@
102102 'ext.moodBar.init', // just in case
103103 'jquery.localize',
104104 'jquery.moodBar',
105 - 'jquery.cookie',
106105 ),
107106 'position' => 'bottom',
108107 );

Status & tagging log