Skip to content

Commit

Permalink
Fixed issue #18141: changing display mode from extended to compact in…
Browse files Browse the repository at this point in the history
… survey responses windows causes freeze (#2499)

Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>
  • Loading branch information
gabrieljenik and encuestabizdevgit committed Oct 6, 2022
1 parent a21d897 commit 6c734ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/admin/listresponse.js
Expand Up @@ -125,7 +125,7 @@ function onDocumentReadyListresponse() {

}

$(document).on('ready pjax:scriptcomplete',function(){
$(document).off('pjax:scriptcomplete.listresponse').on('pjax:scriptcomplete.listresponse', function(){
onDocumentReadyListresponse();
reinstallResponsesFilterDatePicker();
});
Expand Down

0 comments on commit 6c734ff

Please sign in to comment.