Commons:User scripts/users namespace/reports/User:Ö/test.js

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

jshint edit

  1. ISSUE: line 15 character 15: eval can be harmful. - Evidence: var links = eval( '(' + xmlhttp.responseText + ')' ).parse.links;
  2. ISSUE: line 18 character 83: ['exists'] is better written in dot notation. - Evidence: if( links[i]['*'].match( 'Commons:Picture of the Year/2014/R1/v/' ) && links[i]['exists'] == "" ) {
  3. ISSUE: line 18 character 94: Use '===' to compare with ''. - Evidence: if( links[i]['*'].match( 'Commons:Picture of the Year/2014/R1/v/' ) && links[i]['exists'] == "" ) {
  4. ISSUE: line 23 character 21: eval can be harmful. - Evidence: var votelinks = eval( '(' + xmlhttp.responseText + ')' ).parse.links;