Commons:User scripts/users namespace/reports/User:WOSlinker/common.js

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

jshint edit

  1. ISSUE: line 2 character 77: Use '!==' to compare with '0'. - Evidence: if(mw.config.get('wgNamespaceNumber') != -1 && mw.config.get('wgArticleId') != 0) {
  2. ISSUE: line 21 character 45: Expected a conditional expression and instead saw an assignment. - Evidence: if (matches = re.exec(document.location)) {