mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-772: Update guacamole-common-js API_VERSION.
This commit is contained in:
@@ -30,4 +30,4 @@ var Guacamole = Guacamole || {};
|
||||
*
|
||||
* @type String
|
||||
*/
|
||||
Guacamole.API_VERSION = "0.9.1";
|
||||
Guacamole.API_VERSION = "0.9.2";
|
||||
|
@@ -156,7 +156,7 @@
|
||||
<script type="text/javascript"> /* <![CDATA[ */
|
||||
|
||||
// Sanity check Guacamole JavaScript API version
|
||||
if (Guacamole.API_VERSION !== "0.9.1")
|
||||
if (Guacamole.API_VERSION !== "0.9.2")
|
||||
GuacUI.Client.showStatus("Clear Your Cache", "An older version of Guacamole has been cached by your browser. Please clear your browser's cache and try again.");
|
||||
|
||||
// Start connect after control returns from onload (allow browser
|
||||
|
Reference in New Issue
Block a user