Commons:User scripts/users namespace/reports/User:Kameraad Pjotr/monobook.js/delete.js

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

This is the report page for User:Kameraad Pjotr/monobook.js/delete.js. It is bot-maintained. All manual changes might be overwritten.

jshint[edit]

  1. ISSUE: line 7 character 49: Expected a conditional expression and instead saw an assignment. - Evidence: if (matches = re.exec(document.location)) {
  2. ISSUE: line 14 character 6: Unnecessary semicolon. - Evidence: };
  3. ISSUE: line 30 character 64: Missing semicolon. - Evidence: sel.options[0].style.color = "gray"
  4. ISSUE: line 79 character 14: Missing semicolon. - Evidence: }
  5. ISSUE: line 80 character 13: Function declarations should not be placed in blocks. Use a function expression or move the statement to the top of the outer function. - Evidence: function addSelectAfter(){