Commons:User scripts/users namespace/reports/User:Lupo/monobook.js

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

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

jshint[edit]

  1. ISSUE: line 46 character 44: Script URL. - Evidence: return makeRawLink (name, 'javascript:' + script, null, tooltip);
  2. ISSUE: line 245 character 105: Script URL. - Evidence: span.appendChild (makeRawLink ('vc', 'javascript:importScript("MediaWiki:VisualFileChange.js");'));
  3. ISSUE: line 297 character 38: Use '===' to compare with '0'. - Evidence: if (!oldtitle || oldtitle.length == 0|| !newtitle || newtitle.length == 0) return;
  4. ISSUE: line 297 character 74: Use '===' to compare with '0'. - Evidence: if (!oldtitle || oldtitle.length == 0|| !newtitle || newtitle.length == 0) return;