Commons:User scripts/users namespace/reports/User:Pfctdayelise/monobooktemp.js

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

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

jshint[edit]

  1. ISSUE: line 16 character 39: Missing semicolon. - Evidence: nfd_hostname = "commons.wikimedia.org"
  2. ISSUE: line 27 character 4: Unnecessary semicolon. - Evidence: };
  3. ISSUE: line 95 character 50: Missing semicolon. - Evidence: var el = document.getElementById('filehistory')
  4. ISSUE: line 109 character 10: 'el' is already defined. - Evidence: var el = el.getElementsByTagName('li')[0];
  5. ISSUE: line 166 character 36: Use '===' to compare with '0'. - Evidence: if (getPname().indexOf('Image:') == 0) {
  6. ISSUE: line 167 character 49: Script URL. - Evidence: addLink('p-tb', 'javascript:nfd_nomForDel()', nfd_text, 'nom-for-del', nfd_tooltip);