Moved error style change into hook

This commit is contained in:
Michael Jumper
2011-01-23 01:42:37 -08:00
parent 098a521a4b
commit db00063b36

View File

@@ -265,9 +265,6 @@ function GuacamoleClient(display) {
disconnect();
// In case nothing has been rendered yet, use error style
display.className += " guac-error";
// Show error by desaturating display
if (background)
background.filter(desaturateFilter);