Commit 01bc0a4796cf08ac5eff56823dba4a34dcff5b54

Authored by Anastasia
1 parent 574b89da

delete pajax in webcomment

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
views/manage/index.php
... ... @@ -24,7 +24,7 @@
24 24 $searchModel::STATUS_HIDDEN => \Yii::t('artbox-comment', 'Скрытый'),
25 25 $searchModel::STATUS_DELETED => \Yii::t('artbox-comment', 'Удаленный'),
26 26 ];
27   - Pjax::begin();
  27 + //Pjax::begin();
28 28 if (( $success = \Yii::$app->session->getFlash('artbox_comment_success') ) != null) {
29 29 echo Html::tag('p', $success);
30 30 }
... ... @@ -140,4 +140,4 @@
140 140 ],
141 141 ]
142 142 );
143   - Pjax::end();
144 143 \ No newline at end of file
  144 + // Pjax::end();
145 145 \ No newline at end of file
... ...