Add jquery.webfonts

Upstream : https://github.com/santhoshtr/jquery.webfonts

Change-Id: I8cf90b8ea538505faedb4c5880357205e68a4288
This commit is contained in:
Santhosh Thottingal
2012-08-13 19:50:08 +05:30
parent e2af6470fb
commit fd00333e56
2 changed files with 292 additions and 1 deletions

View File

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