Skip to content

Commit

Permalink
ajax.js: disable growl disappearing on long post requests
Browse files Browse the repository at this point in the history
  • Loading branch information
twiforce committed Aug 15, 2014
1 parent ae8b445 commit bc6dc19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/ajax.js
Expand Up @@ -21,6 +21,8 @@ $(window).ready(function() {
if (settings.growlEnabled) {
messageGrowl = $.growl({
message: _('Отправка...')
}, {
delay: 0
});
}
if (do_not_ajax)
Expand Down

0 comments on commit bc6dc19

Please sign in to comment.