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

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

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

jshint[edit]

  1. ISSUE: line 6 character 23: Use '===' to compare with 'false'. - Evidence: if(window.cv_autosave == false){}else if(window.cv_autosave){}else{ cv_autosave = true; }
  2. ISSUE: line 15 character 10: Use '===' to compare with 'null'. - Evidence: if (cel==null) return;
  3. ISSUE: line 21 character 9: Use '===' to compare with ''. - Evidence: if(cel==''){
  4. ISSUE: line 25 character 12: 'txt' is already defined. - Evidence: var txt = '{{copy'
  5. ISSUE: line 28 character 40: 'txt' used out of scope. - Evidence: document.editform.wpTextbox1.value = txt + document.editform.wpTextbox1.value;
  6. ISSUE: line 35 character 44: Script URL. - Evidence: addLink('p-tb', 'javascript:cv_nomCv()', cv_text, 'pop-cat', cv_tooltip);