Merge "Add jquery.webfonts"

This commit is contained in:
Santhosh Thottingal
2012-08-14 06:22:04 +00:00
committed by Gerrit Code Review
2 changed files with 292 additions and 1 deletions

View File

@@ -117,4 +117,10 @@ $wgResourceModules['jquery.uls.data'] = array(
),
'localBasePath' => $dir,
'remoteExtPath' => 'UniversalLanguageSelector',
);
);
$wgResourceModules['jquery.webfonts'] = array(
'scripts' => 'lib/jquery.webfonts.js',
'localBasePath' => $dir,
'remoteExtPath' => 'UniversalLanguageSelector',
);