From b6c251d479a9d9b61ab58c6fc424477ce11bc79e Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Thu, 31 Mar 2011 16:34:29 +1100 Subject: [PATCH] Job index is sketchy --- webroot/js/job_grid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/js/job_grid.js b/webroot/js/job_grid.js index b0582615..b4ffd09a 100644 --- a/webroot/js/job_grid.js +++ b/webroot/js/job_grid.js @@ -348,7 +348,7 @@ jQuery(document).ready(function(){ if(typeof(lastsel) != undefined) { if(rowid && rowid!==lastsel){ - $(this).jqGrid('saveRow',lastsel, false, false,false, setJobStatus); + $(this).jqGrid('saveRow',lastsel, false, false,false); $(this).jqGrid('editRow', rowid, true, pickdates); } }