Uploaded lost changes.

This commit is contained in:
mdtrooper 2016-04-06 13:00:11 +02:00
parent 8a6d1509f0
commit f7deed5508
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,6 @@ if (is_ajax ()) {
$status = agents_get_status($node);
$status = 1;
foreach ($nodes as $node) {
switch ($status) {

View File

@ -1587,7 +1587,7 @@ NetworkmapController.prototype.refresh_nodes = function() {
var params = {};
params["refresh_nodes_open"] = 1;
params["id_map"] = self._id;
params["page"] = "include/ajax/map.ajax2";
params["page"] = "include/ajax/map.ajax";
var agent_nodes = $.grep(nodes,
function(node) {
if (node['type'] == 0) {