From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QmCBp-0006kz-77 for garchives@archives.gentoo.org; Wed, 27 Jul 2011 22:02:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BCAA21C11A; Wed, 27 Jul 2011 22:02:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E376521C0B6 for ; Wed, 27 Jul 2011 22:02:35 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A7B31B403A for ; Wed, 27 Jul 2011 22:02:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AE4578003D for ; Wed, 27 Jul 2011 22:02:34 +0000 (UTC) From: "Liam McLoughlin" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Liam McLoughlin" Message-ID: <74298756df4a3427d7fd3645f0a7068d82597357.hexxeh@gentoo> Subject: [gentoo-commits] proj/gentoaster:webui commit in: web/ X-VCS-Repository: proj/gentoaster X-VCS-Files: web/testdrive.php X-VCS-Directories: web/ X-VCS-Committer: hexxeh X-VCS-Committer-Name: Liam McLoughlin X-VCS-Revision: 74298756df4a3427d7fd3645f0a7068d82597357 Date: Wed, 27 Jul 2011 22:02:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: e085904e73725326aaf68b0e178a96b3 commit: 74298756df4a3427d7fd3645f0a7068d82597357 Author: Liam McLoughlin hexxeh net> AuthorDate: Wed Jul 27 22:02:24 2011 +0000 Commit: Liam McLoughlin hexxeh net> CommitDate: Wed Jul 27 22:02:24 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoaster.gi= t;a=3Dcommit;h=3D74298756 Fix broken VNC client JS --- web/testdrive.php | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/testdrive.php b/web/testdrive.php index 7610811..268d425 100644 --- a/web/testdrive.php +++ b/web/testdrive.php @@ -180,10 +180,11 @@ 'local_cursor': gqv('cursor',true), 'shared': gqv('shared',true), 'updateState': updateState, + }; + =20 rfb.connect(host, port, password); - }; =20 - setTimeout("connect()", 2000); + setTimeout("connect()", 2000);