Commit ec3c3487 authored by Shakarim Sapa's avatar Shakarim Sapa

- Изменили селекторы для отображения сообщений

parent 9ece7da2
......@@ -87,13 +87,13 @@ if ($cacheEmail!==false && BlogBids::find()->where(['email' => $cacheEmail])->ex
if(response.success)
{
if(form.find('.message-box').length > 0)
if(form.find('.message-box.send_secce').length > 0)
{
form.find('.message-box').fadeIn('fast');
form.find('.message-box.send_secce').fadeIn('fast');
form.find('.content').css('visibility','hidden');
setTimeout(function(){
form.find('.message-box').fadeOut('fast');
form.find('.message-box.send_secce').fadeOut('fast');
form.find('.content').css('visibility','visible');
}, 2000);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment