Job index is sketchy

This commit is contained in:
Karl Cordes 2011-03-31 16:34:29 +11:00
parent a0efe150e5
commit b6c251d479

View file

@ -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);
}
}