0

I am using Kartograph Choropleth Maps and have a problem with the code. The first line throw the following error:

ReferenceError: $script is not defined

Code:

$script.ready(['kartograph', 'qtip'], function() {

......
});
Shadow The GPT Wizard
  • 66,030
  • 26
  • 140
  • 208
cyphos
  • 51
  • 10

1 Answers1

0

It sounds a little like you might be trying to access through the file system, and not through a web server. Try to use a web server, either hosted or local, like 'http://localhost:8888/' rather than 'file:///Users/PaulSizemore/htdocs/' That might help.