From d59bf484037693d29f0ad9dafe236b93ffa26916 Mon Sep 17 00:00:00 2001 From: stes Date: Fri, 1 Sep 2017 15:43:32 +0300 Subject: [PATCH] bug fix artbox-comment --- resources/artbox_comment.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/artbox_comment.js b/resources/artbox_comment.js index 39a3b4e..d54fc60 100755 --- a/resources/artbox_comment.js +++ b/resources/artbox_comment.js @@ -141,7 +141,7 @@ $(settings.listSelector).load( ' ' + settings.listSelector, function(data) { - $commentForm.find(':submit').prop('disabled', false).text('Добавить комментарий'); + $commentForm.find(':submit').prop('disabled', false).text('Оставить отзыв'); $commentForm.trigger("reset"); } ); @@ -155,7 +155,7 @@ { $commentForm.yiiActiveForm('updateAttribute', 'commentmodel-text', [data.message]); } - $commentForm.find(':submit').prop('disabled', false).text('Добавить комментарий'); + $commentForm.find(':submit').prop('disabled', false).text('Оставить отзыв'); } } ); -- libgit2 0.21.4