alecpl
2010-04-29 cecf46a41ba2578274665eb64788347c2da570c5
- Add 'loading' message while login is in progress (#1486667)


2 files modified
6 ■■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/js/app.js 5 ●●●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG RoundCube Webmail
===========================
- Add 'loading' message while login is in progress (#1486667)
- Fix quota_zero_as_unlimited (#1486662)
- Fix folder subscription checking (#1486684)
- Fix INBOX appears (sometimes) twice in mailbox list (#1486672)
program/js/app.js
@@ -370,6 +370,11 @@
        // detect client timezone
        $('#rcmlogintz').val(new Date().getTimezoneOffset() / -60);
        // display 'loading' message on form submit
        $('form').submit(function () {
          rcmail.display_message(rcmail.get_label('loading'), 'loading', true);
        });
        this.enable_command('login', true);
        break;