mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
Add default connection name, do not hide cursor after error, remove old classes.
This commit is contained in:
@@ -419,7 +419,7 @@ var GuacamoleUI = {
|
|||||||
GuacamoleUI.attach = function(guac) {
|
GuacamoleUI.attach = function(guac) {
|
||||||
|
|
||||||
var title_prefix = null;
|
var title_prefix = null;
|
||||||
var connection_name = null
|
var connection_name = "Guacamole";
|
||||||
|
|
||||||
var guac_display = guac.getDisplay();
|
var guac_display = guac.getDisplay();
|
||||||
|
|
||||||
@@ -545,13 +545,7 @@ GuacamoleUI.attach = function(guac) {
|
|||||||
|
|
||||||
// Connected
|
// Connected
|
||||||
case 3:
|
case 3:
|
||||||
|
|
||||||
GuacamoleUI.hideStatus();
|
GuacamoleUI.hideStatus();
|
||||||
GuacamoleUI.display.className =
|
|
||||||
GuacamoleUI.display.className.replace(/guac-loading/, '');
|
|
||||||
|
|
||||||
GuacamoleUI.menu.className = "connected";
|
|
||||||
|
|
||||||
title_prefix = null;
|
title_prefix = null;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@@ -33,6 +33,10 @@ img {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.guac-error .software-cursor {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user