MediaWiki:Gadget-RecentChangesRefresh.js: Difference between revisions

Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 43: Line 43:
function loadRCData() {
function loadRCData() {
if (!$("#autoRefreshToggle").prop("checked")) return;
if (!$("#autoRefreshToggle").prop("checked")) return;
$('#autoRefreshProgress').show()
$('#autoRefreshProgress').show();
$(article).load(location.href + " " + article + " > *", function (data) {
$(article).load(location.href + " " + article + " > *", function (data) {
$(article + " .mw-collapsible").makeCollapsible();
$(article + " .mw-collapsible").makeCollapsible();