From 7b7165b876f369cbba03626a2ce441d12609ca78 Mon Sep 17 00:00:00 2001 From: laf Date: Thu, 2 Apr 2015 18:34:52 +0100 Subject: [PATCH] Fixed scrut issues --- html/pages/inventory.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/pages/inventory.inc.php b/html/pages/inventory.inc.php index 0633757b0..701c96c22 100644 --- a/html/pages/inventory.inc.php +++ b/html/pages/inventory.inc.php @@ -76,10 +76,10 @@ var grid = $("#inventory").bootgrid({ return { id: "inventory", device: '', - string: '', - device_string: '', - part: '', - serial: '' + string: '', + device_string: '', + part: '', + serial: '' }; }, url: "/ajax_table.php"