From 714c32b9a650fd77a330976627dd7fd01b4f10ad Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 15 Nov 2012 20:59:57 -0800 Subject: [PATCH] Fix typo in INTERACTIVE naming. --- guacamole/src/main/webapp/scripts/client-ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/scripts/client-ui.js b/guacamole/src/main/webapp/scripts/client-ui.js index 535c88507..93ca4cc00 100644 --- a/guacamole/src/main/webapp/scripts/client-ui.js +++ b/guacamole/src/main/webapp/scripts/client-ui.js @@ -12,10 +12,10 @@ GuacUI.Client = { /** * The normal default Guacamole client UI mode */ - "FULL_INTERACTIVE" : 0, + "INTERACTIVE" : 0, /** - * Same as FULL_INTERACTIVE except with visible on-screen keyboard. + * Same as INTERACTIVE except with visible on-screen keyboard. */ "OSK" : 1,