Commons:User scripts/users namespace/reports/User:Alphax/qd-merged.js

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

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

jshint[edit]

  1. ISSUE: line 45 character 24: Use '===' to compare with 'false'. - Evidence: if(window.nfd_autosave == false){}else if(window.nfd_autosave){}else{ nfd_autosave = true; }
  2. ISSUE: line 46 character 24: Use '===' to compare with 'false'. - Evidence: if(window.mnx_autosave == false){}else if(window.mnx_autosave){}else{ mnx_autosave = true; }
  3. ISSUE: line 47 character 24: Use '===' to compare with 'false'. - Evidence: if(window.mcv_autosave == false){}else if(window.mcv_autosave){}else{ mcv_autosave = true; }
  4. ISSUE: line 48 character 24: Use '===' to compare with 'false'. - Evidence: if(window.spd_autosave == false){}else if(window.spd_autosave){}else{ spd_autosave = true; }
  5. ISSUE: line 134 character 15: 'na' is already defined. - Evidence: var na = document.createElement('a');
  6. ISSUE: line 179 character 50: Missing semicolon. - Evidence: var el = document.getElementById('filehistory')
  7. ISSUE: line 193 character 10: 'el' is already defined. - Evidence: var el = el.getElementsByTagName('li')[0];
  8. ISSUE: line 249 character 13: 'message_lang' used out of scope. - Evidence: message_lang = "en";
  9. ISSUE: line 251 character 14: 'message_lang' used out of scope. - Evidence: if (!message_lang) return; //User pressed cancel
  10. ISSUE: line 254 character 98: 'message_lang' used out of scope. - Evidence: + '&action=edit&fakeaction=' + usertalk_action + '&target=' + pagename + '&mnx_lang=' + message_lang);
  11. ISSUE: line 255 character 20: 'editlk' is already defined. - Evidence: var editlk = document.getElementById('ca-edit').getElementsByTagName('a')[0].href;
  12. ISSUE: line 256 character 85: 'message_lang' used out of scope. - Evidence: document.location = editlk + '&fakeaction=' + image_action + '&mnx_lang=' + message_lang;
  13. ISSUE: line 318 character 39: Use '!==' to compare with 'null'. - Evidence: (wgPageName.split("/")[1] != null) &&
  14. ISSUE: line 319 character 39: Use '===' to compare with 'null'. - Evidence: (wgPageName.split("/")[2] == null))
  15. ISSUE: line 424 character 17: Use '===' to compare with 'null'. - Evidence: if(sorl == null)
  16. ISSUE: line 448 character 65: Script URL. - Evidence: addLink('p-tb', 'javascript:mark_image(nfd_imageAction)', nfd_text, 'nom-for-del', nfd_tooltip);
  17. ISSUE: line 449 character 65: Script URL. - Evidence: addLink('p-tb', 'javascript:mark_image(mns_imageAction)', mns_text, 'mark-no-source', mns_tooltip,
  18. ISSUE: line 450 character 81: Script URL. - Evidence: null, null, 'javascript:mark_image(mns_imageAction, "mnx_ask_lang")', mnx_lang);
  19. ISSUE: line 451 character 65: Script URL. - Evidence: addLink('p-tb', 'javascript:mark_image(mnl_imageAction)', mnl_text, 'mark-no-license', mnl_tooltip,
  20. ISSUE: line 452 character 81: Script URL. - Evidence: null, null, 'javascript:mark_image(mnl_imageAction, "mnx_ask_lang")', mnx_lang);
  21. ISSUE: line 471 character 44: Missing semicolon. - Evidence: addTemplate(nfd_deleteTemplate)