Undo feature for language selection

* Use jQuery tipsy plugin to show previous language
* previous language is stored in cookie

Change-Id: Iaae668c33209e32a74dee00211bb22c7b3562456
This commit is contained in:
Santhosh Thottingal
2012-07-31 15:59:18 +05:30
committed by Amir E. Aharoni
parent baf066f86a
commit 8d1985b9fb
2 changed files with 79 additions and 8 deletions

View File

@@ -68,6 +68,7 @@ $wgResourceModules['ext.uls.init'] = array(
'remoteExtPath' => 'UniversalLanguageSelector',
'dependencies' => array(
'mediawiki.Uri',
'jquery.tipsy',
'ext.uls.core',
),
'position' => 'top',