Skip to content

Commit

Permalink
Fixed issue: Surveymenu disappears after filtering responses view
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Nov 21, 2017
1 parent 9ddf672 commit 8e90fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/responses/listResponses_view.php
Expand Up @@ -209,7 +209,7 @@
'columns' => $aColumns,
'itemsCssClass' =>'table-striped',
'id' => 'responses-grid',
'ajaxUpdate' => true,
'ajaxUpdate' => 'responses-grid',
'ajaxType' => 'POST',
'afterAjaxUpdate'=>'LS.resp.bindScrollWrapper',
'template' => "{items}\n<div id='ListPager'><div class=\"col-sm-4\" id=\"massive-action-container\">$massiveAction</div><div class=\"col-sm-4 pager-container \">{pager}</div><div class=\"col-sm-4 summary-container\">{summary}</div></div>",
Expand Down

0 comments on commit 8e90fda

Please sign in to comment.