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

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

jshint edit

  1. ISSUE: line 68 character 86: Missing semicolon. - Evidence: server = $('<input id="server_name" value="fastcci2.wmflabs.org" width=30/>')
  2. ISSUE: line 86 character 9: Function declarations should not be placed in blocks. Use a function expression or move the statement to the top of the outer function. - Evidence: function launchViewer() {
  3. ISSUE: line 96 character 9: Function declarations should not be placed in blocks. Use a function expression or move the statement to the top of the outer function. - Evidence: function analyzeMutations(ml) {
  4. ISSUE: line 113 character 55: Missing semicolon. - Evidence: .on('click', launchViewer)