Anton Shestakov <engored@ya.ru>, Thu, 14 Mar 2013 23:36:24 +0900
Highlight error messages.
Usually they are fatal and thus the last thing appearing on the status bar, so no removeClass (or other methods) needed.
--- a/static/css/main.css Tue Mar 12 13:56:00 2013 +0900
+++ b/static/css/main.css Thu Mar 14 23:36:24 2013 +0900
--- a/static/js/main.js Tue Mar 12 13:56:00 2013 +0900
+++ b/static/js/main.js Thu Mar 14 23:36:24 2013 +0900
$('#status').text(Array.prototype.join.call(arguments, ' '));
+ $('#status').addClass('error');
console.error.apply(console, arguments);