Content deleted Content added
Fix format error (Don't cut corners) |
Reduce ooui loading |
||
Line 406:
$.getJSON(jsonERTURL, function(dataERT) {
mw.loader.using(["oojs-ui-core", "oojs-ui-widgets", "oojs-ui-windows"]).done(function() {
mw.loader.load([
for (let i = 0; i < editRequestBoxes.length; i++) {
let currentBox = editRequestBoxes[i].children[0]; //The tbody tag for the box
Line 415:
}
let replyButton = new OO.ui.ButtonWidget( {
icon: "
flags: ["progressive"],
label: "Respond",
|