Skip to content

Commit ffb4254

Browse files
committed
Fix comments
1 parent 1519558 commit ffb4254

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scpwiki-staff-ids.user.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ select "SCP-Wiki Staff Identification", and click Uninstall.
2626
// @grant GM.xmlHttpRequest
2727
// ==/UserScript==
2828

29-
// http://o5command-int.wikidot.com/staff-structure ?
30-
// http://scpfoundation.ru/system:members
31-
// http://scp-kr.wikidot.com/guide-for-newbies tab operator
32-
3329
"use strict";
3430
var staff, doCount = 0;
3531

@@ -138,7 +134,7 @@ function structureStaffList(staffText) {
138134
setStaffIds(staff);
139135
}
140136

141-
// run through the fo
137+
// run through the forum page and add the staff roles
142138
function setStaffIds() {
143139
var container;
144140
if(document.getElementById('thread-container')) {

0 commit comments

Comments
 (0)