Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjrw committed Oct 20, 2018
1 parent 1519558 commit ffb4254
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scpwiki-staff-ids.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ select "SCP-Wiki Staff Identification", and click Uninstall.
// @grant GM.xmlHttpRequest
// ==/UserScript==

// http://o5command-int.wikidot.com/staff-structure ?
// http://scpfoundation.ru/system:members
// http://scp-kr.wikidot.com/guide-for-newbies tab operator

"use strict";
var staff, doCount = 0;

Expand Down Expand Up @@ -138,7 +134,7 @@ function structureStaffList(staffText) {
setStaffIds(staff);
}

// run through the fo
// run through the forum page and add the staff roles
function setStaffIds() {
var container;
if(document.getElementById('thread-container')) {
Expand Down

0 comments on commit ffb4254

Please sign in to comment.