Commons:User scripts/users namespace/reports/User:Yarl/move.js

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

jshint edit

  1. ISSUE: line 40 character 25: Use '===' to compare with 'false'. - Evidence: if(window.move_autosave == false){}else if(window.move_autosave){}else{ move_autosave = true; }
  2. ISSUE: line 49 character 10: Use '===' to compare with 'null'. - Evidence: if (cel==null) return;
  3. ISSUE: line 55 character 9: Use '===' to compare with ''. - Evidence: if(cel==''){
  4. ISSUE: line 59 character 12: 'txt' is already defined. - Evidence: var txt = '{{Mo'
  5. ISSUE: line 62 character 40: 'txt' used out of scope. - Evidence: document.editform.wpTextbox1.value = txt + document.editform.wpTextbox1.value;
  6. ISSUE: line 69 character 48: Script URL. - Evidence: addLink('p-tb', 'javascript:move_nomMove()', move_text, 'pop-cat', move_tooltip);