User:Void/common.js: Difference between revisions

Content deleted Content added
testing output
fix?
Line 68: Line 68:
var logsData;
var logsData;
//Visual output onto the page you activate the script on
//Visual output onto the page you activate the script on
$("#mw-content-text").replaceWith("The following users are inactive:" + `<ul id="inactiveList" style="list-style-type:none;list-style-image:none;"></ul>`);
$("#mw-content-text").replaceWith("The following users are inactive:" + "<ul id=\"inactiveList\" style=\"list-style-type:none;list-style-image:none;\"></ul>");
for (x = 0; x < reducedList.length; x++){
for (x = 0; x < reducedList.length; x++){
$.getJSON(
$.getJSON(