make nodes.json a variable, not a constant
This commit is contained in:
parent
f2bced1fba
commit
a4086da509
4 changed files with 7 additions and 2 deletions
|
@ -12,6 +12,9 @@
|
|||
<script type="text/javascript" src="pacman.js"></script>
|
||||
<script src="http://maps.google.com/maps/api/js?sensor=true"></script>
|
||||
<script src="https://raw.github.com/HPNeo/gmaps/master/gmaps.js"></script>
|
||||
<script>
|
||||
var nodes_json = "nodes.json"
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue