Commons:User scripts/users namespace/reports/User:Bryan Tong Minh/monobook.js

This is the report page for User:Bryan Tong Minh/monobook.js. It is bot-maintained. All manual changes might be overwritten.

jshint edit

  1. ISSUE: line 29 character 6: Missing semicolon. - Evidence: }
  2. ISSUE: line 71 character 6: Missing semicolon. - Evidence: }
  3. ISSUE: line 121 character 59: Missing semicolon. - Evidence: s_lang.parentNode.replaceChild(langSelect, s_lang)
  4. ISSUE: line 132 character 13: ['username'] is better written in dot notation. - Evidence: poty['username'] = document.createElement('input');
  5. ISSUE: line 133 character 13: ['username'] is better written in dot notation. - Evidence: poty['username'].setAttribute('value', wgUserName);
  6. ISSUE: line 135 character 44: ['username'] is better written in dot notation. - Evidence: s_user.parentNode.replaceChild(poty['username'], s_user);
  7. ISSUE: line 141 character 30: ['submit'] is better written in dot notation. - Evidence: submit.onclick = poty['submit'];
  8. ISSUE: line 144 character 13: ['wikiSelect'] is better written in dot notation. - Evidence: poty['wikiSelect'] = new WikiSelect(subdomainSelect, domainSelect, langSelect);
  9. ISSUE: line 156 character 37: ['username'] is better written in dot notation. - Evidence: i.setAttribute('value', poty['username'].value);
  10. ISSUE: line 169 character 40: Missing semicolon. - Evidence: document.body.appendChild(form)