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 {
id: "inventory",
device: '<?php echo htmlspecialchars($_POST['device']); ?>',
string: '<?php echo $_POST['string']; ?>',
device_string: '<?php echo $_POST['device_string']; ?>',
part: '<?php echo $_POST['part']; ?>',
serial: '<?php echo $_POST['serial']; ?>'
string: '<?php echo mres($_POST['string']); ?>',
device_string: '<?php echo mres($_POST['device_string']); ?>',
part: '<?php echo mres($_POST['part']); ?>',
serial: '<?php echo mres($_POST['serial']); ?>'
};
},
url: "/ajax_table.php"