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

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

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

jshint[edit]

  1. ISSUE: line 23 character 2: 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 addcategoriestoarray (getcategories){ // schreibe gefundene Kategorien in Array; Hilfsfunktion
  2. ISSUE: line 32 character 2: 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 getimages(){
  3. ISSUE: line 46 character 19: 'text' is already defined. - Evidence: var text = '/w/api.php?action=query&format=xml&prop=imageinfo&iiprop=mime&titles='+getnewimages[i].getAttribute('title').replace(/\s/g, "_").replace(/\&/g, "%26").replace(/\"/g, "%22").replace(/\+/g, "%2B").replace(/\#/g, "%23");
  4. ISSUE: line 67 character 2: 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 createcategorytree() {