MediaWiki:Common.js: Difference between revisions

From Vintage Story Wiki
No edit summary
No edit summary
Line 56: Line 56:
},{
},{
complete: function () {
complete: function () {
alert("in progress");
$(this).children('.slideRowUp').replaceWith($(this).children('.slideRowUp').contents());
$(this).children('.slideRowUp').replaceWith($(this).children('.slideRowUp').contents());
$(this).parent().css({'display':'none'});
$(this).parent().css({'display':'none'});