mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
New maps in progress... (Fixed error)
This commit is contained in:
parent
527c7d0edc
commit
3a4f0ef9cd
@ -106,7 +106,7 @@ abstract class Map {
|
||||
<?php
|
||||
echo "var nodes = " . json_encode($this->nodes) . ";";
|
||||
echo "var edges = " . json_encode($this->edges) . ";";
|
||||
echo "var edges = " . json_encode($this->validate_edges) . ";";
|
||||
echo "var validate_edges = " . json_encode($this->validate_edges) . ";";
|
||||
?>
|
||||
var temp = [];
|
||||
for (var i in nodes) { temp[parseInt(i)] = nodes[i];}
|
||||
|
Loading…
x
Reference in New Issue
Block a user