program/js/app.js
@@ -37,7 +37,7 @@ // webmail client settings this.dblclick_time = 500; this.message_time = 3000; this.message_time = 1500; this.identifier_expr = new RegExp('[^0-9a-z\-_]', 'gi'); @@ -4631,7 +4631,8 @@ } else { obj.appendTo(cont).bind('mousedown', function(){ return ref.hide_message(obj); }); window.setTimeout(function(){ ref.hide_message(obj, true); }, this.message_time); window.setTimeout(function() { ref.hide_message(obj, true); }, this.message_time * (type == 'error' ? 2 : 1)); return obj; } };