Skip to content

Commit

Permalink
Disable timeout for main activity list
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-wdmg committed Dec 16, 2019
1 parent 2e7d934 commit b24ff79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/activity/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

$this->registerJs(
'setInterval(function(){
$.pjax.reload({container:\'#activityAjax\'});
$.pjax.reload({timeout: false, container:\'#activityAjax\'});
}, 5000);', \yii\web\View::POS_READY
);

Expand Down

0 comments on commit b24ff79

Please sign in to comment.