Commons:User scripts/users namespace/reports/User:Green Giant/twinkle.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

This is the report page for User:Green Giant/twinkle.js. It is bot-maintained. All manual changes might be overwritten.

jshint[edit]

  1. ISSUE: line 3532 character 22: Don't make functions within a loop. - Evidence: });
  2. ISSUE: line 4926 character 64: Script URL. - Evidence: contentform.setAttribute("action", "javascript:void(0)"); // was #tw-save - changed to void(0) to work around Chrome issue
  3. ISSUE: line 5528 character 5: Redefinition of 'JSON'. - Evidence: var JSON;
  4. ISSUE: line 5530 character 5: Read only. - Evidence: JSON = {};
  5. ISSUE: line 6667 character 67: Missing semicolon. - Evidence: gooduserstr = self.params.gooduser.replace("\\'", "'")