Fixed ajax_* calls for use with base_url

This commit is contained in:
laf
2016-06-15 12:58:23 +00:00
parent 66f8a7e071
commit e3db9c8561
7 changed files with 10 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ if (is_module_enabled('poller', 'mib')) {
device_id: '<?php echo htmlspecialchars($device['device_id']); ?>',
};
},
url: "/ajax_table.php",
url: "ajax_table.php",
formatters: {
},
templates: {
@@ -80,7 +80,7 @@ if (is_module_enabled('poller', 'mib')) {
device_id: '<?php echo htmlspecialchars($device['device_id']); ?>',
};
},
url: "/ajax_table.php",
url: "ajax_table.php",
formatters: {
},
templates: {