Content deleted Content added
DreamRimmer (talk | contribs) + Tag: Reverted |
DreamRimmer (talk | contribs) - |
||
Line 122:
this.$nextButton = $('<button>')
.addClass('mw-ui-button')
.
.css({ 'margin-top': '1em' });
this.$body.append($('<div>').append(this.$nextButton));
Line 149:
if (!this.continuation) return;
if (this.$nextButton) {
this.$nextButton.prop('disabled', true).text('Loading...');
}
const params = {
|