Skip to content

Commit

Permalink
Fixed issue #14928: No CPDB grid refresh after adding a new entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ptelu committed Jun 24, 2019
1 parent baa9ce8 commit 85b4725
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/scripts/admin/participantpanel.js
Expand Up @@ -467,7 +467,6 @@ LS.CPDB = (function() {
$('#export').click(function() { onClickExport(true); });

window.LS.doToolTip();
$(document).trigger('pjax:refresh');
};

return {
Expand Down

0 comments on commit 85b4725

Please sign in to comment.