Commons:User scripts/users namespace/reports/User:Legoktm/mtc.js

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

jshint edit

  1. ISSUE: line 5 character 82: Script URL. - Evidence: addOnloadHook(function () { mw.util.addPortletLink('p-cactions','javascript:doiMtc()','imtc','ca-imtc'); });
  2. ISSUE: line 11 character 68: Missing semicolon. - Evidence: if(queryString('autoimtc')) addOnloadHook(function() { doiMtc(); })
  3. ISSUE: line 23 character 43: Expected a conditional expression and instead saw an assignment. - Evidence: if (matches = re.exec(document.location)) {