r92218 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r92217
|
r92218
|
r92219
>
Date:
23:27, 14 July 2011
Author:
tparscal
Status:
deferred
Tags:
Comment:
Fixed call to update blocks
Modified paths:
/trunk/parsers/wikidom/lib/es/es.Surface.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/parsers/wikidom/lib/es/es.Surface.js
—
—
@@ -61,7 +61,7 @@
62
62
});
63
63
64
64
$(window).resize( function() {
65
- document.updateBlocks();
65
+ surface.doc.updateBlocks();
66
66
} );
67
67
68
68
this.doc.on( 'update', function() {
Status & tagging log
23:34, 14 July 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r92218
[
removed:
new
added:
deferred]