Commit a18d2b0f authored by Ad Schellevis's avatar Ad Schellevis

code style fix for bootgrid wrapper

parent b02f0df8
......@@ -104,8 +104,7 @@ $.fn.UIBootgrid = function (params) {
if (gridParams != undefined) {
if (gridParams['search'] != undefined) {
// create new bootgrid component and link source
var grid = stdBootgridUI($(this), gridParams['search'],
{'requestHandler':gridParams['requestHandler']});
var grid = stdBootgridUI($(this), gridParams['search'],gridParams['options']);
// edit dialog id to use ( see base_dialog.volt template for details)
var editDlg = $(this).attr('data-editDialog');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment