Fixed scrut issues

This commit is contained in:
laf
2015-04-02 18:34:52 +01:00
parent ca6c436cb7
commit 7b7165b876

View File

@@ -76,10 +76,10 @@ var grid = $("#inventory").bootgrid({
return { return {
id: "inventory", id: "inventory",
device: '<?php echo htmlspecialchars($_POST['device']); ?>', device: '<?php echo htmlspecialchars($_POST['device']); ?>',
string: '<?php echo $_POST['string']; ?>', string: '<?php echo mres($_POST['string']); ?>',
device_string: '<?php echo $_POST['device_string']; ?>', device_string: '<?php echo mres($_POST['device_string']); ?>',
part: '<?php echo $_POST['part']; ?>', part: '<?php echo mres($_POST['part']); ?>',
serial: '<?php echo $_POST['serial']; ?>' serial: '<?php echo mres($_POST['serial']); ?>'
}; };
}, },
url: "/ajax_table.php" url: "/ajax_table.php"