Skip to content

Commit

Permalink
Merge pull request #622 from VinceMacBuche/bug_5615/cookie_not_restor…
Browse files Browse the repository at this point in the history
…ed_rule_table

Fixes #5615: Will add back cookie usage on rule table
  • Loading branch information
fanf committed Oct 9, 2014
2 parents bca23ca + 58ceef6 commit bcb87d2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,7 @@ class RuleGrid(
"bJQueryUI": true,
"bStateSave": true,
"fnStateLoadParams": function (oSettings, oData) {
oData.oSearch.sSearch = "";
return false;
oData.aoSearchCols[1].sSearch = "";
},
"sCookiePrefix": "Rudder_DataTables_",
"oLanguage": {
Expand Down

0 comments on commit bcb87d2

Please sign in to comment.