From 01bc0a4796cf08ac5eff56823dba4a34dcff5b54 Mon Sep 17 00:00:00 2001 From: stes Date: Fri, 16 Feb 2018 15:54:00 +0200 Subject: [PATCH] delete pajax in webcomment --- views/manage/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/manage/index.php b/views/manage/index.php index ec95345..34c9efc 100755 --- a/views/manage/index.php +++ b/views/manage/index.php @@ -24,7 +24,7 @@ $searchModel::STATUS_HIDDEN => \Yii::t('artbox-comment', 'Скрытый'), $searchModel::STATUS_DELETED => \Yii::t('artbox-comment', 'Удаленный'), ]; - Pjax::begin(); + //Pjax::begin(); if (( $success = \Yii::$app->session->getFlash('artbox_comment_success') ) != null) { echo Html::tag('p', $success); } @@ -140,4 +140,4 @@ ], ] ); - Pjax::end(); \ No newline at end of file + // Pjax::end(); \ No newline at end of file -- libgit2 0.21.4