Content deleted Content added
(bot/CD) |
(bot/CD) |
||
Line 365:
var version = "0.8.0";
var gitAbbrevHash = "
var gitBranch = "main";
var gitDate = "
var gitVersion = "0.8.0+
/**
Line 9,624:
catch (e) {
error('Cannot convert `diff` parameter to URL.', e);
message: mw.msg('deputy.ante.copied.diffDeprecate.failed'),
actions: [OO.ui.MessageDialog.static.actions[0]]
});
}
});
Line 14,146 ⟶ 14,149:
}
}) :
message: 'There are no templates to merge.',
actions: [OO.ui.MessageDialog.static.actions[0]]
});
});
const resetButton = new OO.ui.ButtonWidget({
Line 14,314 ⟶ 14,320:
if (unwrapWidget(this.layout)
.querySelector('.oo-ui-flaggedElement-invalid') != null) {
actions: [OO.ui.MessageDialog.static.actions[0]]
});
return process;
}
// Saves the page.
|