Commons:User scripts/users namespace/reports/User:Szczepan1990/delete.js

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

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

jshint[edit]

  1. ISSUE: line 80 character 17: Value of 'e' may be overwritten in IE 8 and earlier. - Evidence: } catch (e) {
  2. ISSUE: line 83 character 19: Value of 'e' may be overwritten in IE 8 and earlier. - Evidence: } catch (e) {
  3. ISSUE: line 84 character 26: Missing semicolon. - Evidence: xmlhttp = false
  4. ISSUE: line 94 character 82: Use '===' to compare with 'false'. - Evidence: xmlhttp.open(bundle.method ? bundle.method : "GET",bundle.url,bundle.async == false ? false : true);
  5. ISSUE: line 142 character 53: Missing semicolon. - Evidence: bodyContent = doc.getElementById('bodyContent')
  6. ISSUE: line 162 character 53: Missing semicolon. - Evidence: bodyContent = doc.getElementById('bodyContent')
  7. ISSUE: line 192 character 41: The Function constructor is a form of eval. - Evidence: newButton.onclick = new Function('insert_delete_reason("' + escape_reason(buttonArray[j+1]) + '")');
  8. ISSUE: line 345 character 23: 'newButton' is already defined. - Evidence: var newButton = document.createElement('a');
  9. ISSUE: line 349 character 41: The Function constructor is a form of eval. - Evidence: newButton.onclick = new Function('insert_delete_reason("z eka: ' + escape_reason(ek_found[1]) + '")');