Commons:User scripts/users namespace/reports/User:Dschwen/vector.js

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

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

jshint[edit]

  1. ISSUE: line 71 character 5: Don't make functions within a loop. - Evidence: });
  2. ISSUE: line 88 character 2: Missing semicolon. - Evidence: }
  3. ISSUE: line 93 character 3: Read only. - Evidence: name = link.href.substr(35);
  4. ISSUE: line 170 character 40: Implied eval. Consider passing a function instead of a string. - Evidence: if(window.location.href == uploadURL) setTimeout( "delayedUpdateSpecialUpload()", 100 );
  5. ISSUE: line 224 character 16: Use '!==' to compare with ''. - Evidence: if(!r && r != '') return;
  6. ISSUE: line 231 character 73: Script URL. - Evidence: mw.util.addPortletLink('p-cactions', 'javascript:wpTextboxReplace()', 'Replace', 'ca-replace',
  7. ISSUE: line 1 character 29: Missing semicolon. - Evidence: delayedUpdateSpecialUpload()