Skip to content

Commit

Permalink
fix setting of unneeded options which overwrites values from $.jgrid.…
Browse files Browse the repository at this point in the history
…inlineEdit
  • Loading branch information
OlegKi committed Oct 20, 2013
1 parent be8ccb6 commit aafb73a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions js/jquery.fmatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,18 +263,7 @@
cm = p.colModel[$.jgrid.getCellIndex(this)],
$actionsDiv = cm.frozen ? $("tr#"+rid+" td:eq("+$.jgrid.getCellIndex(this)+") > div",$grid) :$(this).parent(),
op = {
keys: false,
onEdit: null,
onSuccess: null,
afterSave: null,
onError: null,
afterRestore: null,
extraparam: {},
url: null,
restoreAfterError: true,
mtype: "POST",
delOptions: {},
editOptions: {}
extraparam: {}
},
saverow = function(rowid, res) {
if($.isFunction(op.afterSave)) { op.afterSave.call($t, rowid, res); }
Expand Down

0 comments on commit aafb73a

Please sign in to comment.