Use jquery.jStorage for saving preferences of anonymous users

Change-Id: I36f9f13a3468a11e05d1e1bb59b1841aa3464a24
This commit is contained in:
Santhosh Thottingal
2012-08-29 14:35:54 +05:30
committed by Gerrit Code Review
parent bfcb50f86a
commit b845045070
2 changed files with 6 additions and 11 deletions

View File

@@ -83,7 +83,7 @@ $wgResourceModules['ext.uls.preferences'] = array(
'remoteExtPath' => 'UniversalLanguageSelector',
'dependencies' => array(
'mediawiki.user',
'jquery.json',
'jquery.jStorage',
),
);