Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Respect My Net Respect My Net
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • La Quadrature du Net
  • Respect My NetRespect My Net
  • Issues
  • #37
Closed
Open
Created Mar 03, 2016 by Kern@Kern

Uncaught ReferenceError: data is not defined

On the homepage in the browser console with Google Chrome.

Javascript file : https://respectmynet.eu/static/js/nnmon.js Line : 134

$(document).ready(function() {
	// Maps scripts are here
	// This function redirects you to the country you clicked on.
	var onCountryClick = function(target) {
		window.location='/list/'+target.id+"/";
	};
	// Do the maps calculations, and configure it
	/* we're gonna calculate the colors for our countries */
	var dataset = {}
	var onlyValues = data.map(function(obj){ return obj.w});
Assignee
Assign to
Time tracking