mirror of
https://github.com/claradex/nativegallery.git
synced 2024-11-15 03:31:10 +03:00
fix comments btn after sending
This commit is contained in:
parent
efb7ed51ab
commit
45e8eb9438
1 changed files with 0 additions and 9 deletions
|
@ -151,15 +151,6 @@ $(document).ready(function()
|
|||
|
||||
|
||||
// Отправка комментария
|
||||
$('#f1').on('submit', function()
|
||||
{
|
||||
if ($('#wtext').val().trim() == '')
|
||||
{
|
||||
alert(_text['P_ENTERTEXT'] + '.');
|
||||
return false;
|
||||
}
|
||||
else $('#sbmt').attr('disabled', true).val(_text['P_WAIT']);
|
||||
});
|
||||
|
||||
|
||||
// Окно ввода комментария
|
||||
|
|
Loading…
Reference in a new issue