Commons:User scripts/users namespace/reports/User:Texaner/common.js

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

jshint edit

  1. ISSUE: line 208 character 29: Use '===' to compare with '0'. - Evidence: if ( cbs.length == 0 ) return me.show_action_button(); // All done
  2. ISSUE: line 341 character 59: Missing semicolon. - Evidence: html += "<div style='margin:0.2em;'>Property "
  3. ISSUE: line 433 character 30: Use '===' to compare with '0'. - Evidence: if ( mids.length == 0 ) return ;
  4. ISSUE: line 461 character 33: Use '===' to compare with '0'. - Evidence: if ( to_load.length == 0 ) return ;
  5. ISSUE: line 509 character 29: Use '===' to compare with '0'. - Evidence: if ( out.length == 0 ) {