r112333 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r112332
|
r112333
|
r112334
>
Date:
17:39, 24 February 2012
Author:
amire80
Status:
ok
Tags:
i18deploy
Comment:
Made browser checking actually work.
Modified paths:
/trunk/extensions/WebFonts/resources/ext.webfonts.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/WebFonts/resources/ext.webfonts.js
—
—
@@ -194,7 +194,7 @@
195
195
*/
196
196
setup: function() {
197
197
// Some browsers are known to have issues with font rendering
198
- if ( !mw.webfonts.isBrowserSupported ) {
198
+ if ( !mw.webfonts.isBrowserSupported() ) {
199
199
return false;
200
200
}
201
201
Status & tagging log
07:36, 11 March 2012
Amire80
(
talk
|
contribs
)
changed the
tags
for r112333
[
added:
i18deploy]
15:21, 25 February 2012
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r112333
[
removed:
new
added:
ok]