Commons:User scripts/users namespace/reports/User:Ricordisamoa/Duplicate.js

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

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

jshint[edit]

  1. ISSUE: line 75 character 35: Use '===' to compare with ''. - Evidence: if(val==''){
  2. ISSUE: line 76 character 66: Use '!==' to compare with ''. - Evidence: if(select.length==1&&select.val()!='') val=select.val();