Commons:User scripts/users namespace/reports/User:Cantons-de-l'Est/common.js

This is the report page for User:Cantons-de-l'Est/common.js. It is bot-maintained. All manual changes might be overwritten.

jshint edit

  1. ISSUE: line 415 character 21: eval can be harmful. - Evidence: var q = eval(pvar);
  2. ISSUE: line 416 character 19: 'q' is already defined. - Evidence: var q = eval(pvar);
  3. ISSUE: line 416 character 21: eval can be harmful. - Evidence: var q = eval(pvar);
  4. ISSUE: line 420 character 21: eval can be harmful. - Evidence: if (eval(cond)) return;
  5. ISSUE: line 421 character 30: The Function constructor is a form of eval. - Evidence: (new Function('e', 'p', 'q', 'p.css(' + pcss + ')'))(e, p, q);
  6. ISSUE: line 422 character 30: The Function constructor is a form of eval. - Evidence: (new Function('e', 'c', 'q', 'c.css(' + ccss + ')'))(e, c, q);