Commit 8ada7a9b authored by Leo Iannacone's avatar Leo Iannacone

never update error if a older one is visible

parent afe09693
......@@ -496,6 +496,8 @@ function Page_Distrubion(socket) {
var error = {
set: function (socket_error) {
if ($('#error').is(':visible'))
return;
$('#error span').html(socket_error);
error.view();
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment