mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-12 09:57:16 +00:00
Merge "Fix infinite spinner in JS version of show changes"
This commit is contained in:
commit
ee141c9a3e
|
@ -127,10 +127,10 @@ fn: {
|
|||
.revisions[0].diff['*'];
|
||||
context.$changesTab.find( 'table.diff tbody' )
|
||||
.html( diff );
|
||||
context.$changesTab
|
||||
.find( '.wikiEditor-preview-loading' ).hide();
|
||||
context.modules.preview.changesText = wikitext;
|
||||
} catch ( e ) { } // "blah is undefined" error, ignore
|
||||
context.$changesTab
|
||||
.find( '.wikiEditor-preview-loading' ).hide();
|
||||
}, 'json'
|
||||
);
|
||||
} catch ( e ) { } // "blah is undefined" error, ignore
|
||||
|
|
Loading…
Reference in a new issue