Gentoo Archives: gentoo-commits

From: Liam McLoughlin <hexxeh@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoaster:webui commit in: web/
Date: Wed, 27 Jul 2011 22:04:08
Message-Id: 320825a5371e0301bfa8b3f79002d865d920c9af.hexxeh@gentoo
1 commit: 320825a5371e0301bfa8b3f79002d865d920c9af
2 Author: Liam McLoughlin <hexxeh <AT> hexxeh <DOT> net>
3 AuthorDate: Wed Jul 27 22:02:24 2011 +0000
4 Commit: Liam McLoughlin <hexxeh <AT> hexxeh <DOT> net>
5 CommitDate: Wed Jul 27 22:03:46 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoaster.git;a=commit;h=320825a5
7
8 Fix broken VNC client JS
9
10 ---
11 web/testdrive.php | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/web/testdrive.php b/web/testdrive.php
15 index 7610811..cbdfb50 100644
16 --- a/web/testdrive.php
17 +++ b/web/testdrive.php
18 @@ -179,8 +179,8 @@
19 'true_color': gqv('true_color',true),
20 'local_cursor': gqv('cursor',true),
21 'shared': gqv('shared',true),
22 - 'updateState': updateState,
23 - rfb.connect(host, port, password);
24 + 'updateState': updateState});
25 +
26 };
27
28 setTimeout("connect()", 2000);