alecpl
2010-04-29 cecf46a41ba2578274665eb64788347c2da570c5
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;