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
|
@ -23,6 +23,8 @@
|
|||
<script type="text/javascript" src="geomap.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var nodes_json = "nodes.json"
|
||||
|
||||
window.onresize = resize
|
||||
|
||||
function getOffset( el ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue