From: "Liam McLoughlin" <hexxeh@hexxeh.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoaster:webui commit in: web/
Date: Wed, 27 Jul 2011 22:11:00 +0000 (UTC) [thread overview]
Message-ID: <665387ad048a2726d52c82b2bab108dfe70ec6b3.hexxeh@gentoo> (raw)
commit: 665387ad048a2726d52c82b2bab108dfe70ec6b3
Author: Liam McLoughlin <hexxeh <AT> hexxeh <DOT> net>
AuthorDate: Wed Jul 27 22:02:24 2011 +0000
Commit: Liam McLoughlin <hexxeh <AT> hexxeh <DOT> net>
CommitDate: Wed Jul 27 22:10:51 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoaster.git;a=commit;h=665387ad
Fix broken VNC client JS
---
web/testdrive.php | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/web/testdrive.php b/web/testdrive.php
index 7610811..d4708c9 100644
--- a/web/testdrive.php
+++ b/web/testdrive.php
@@ -172,15 +172,17 @@
port = <?php echo $server[1]; ?>;
password = "";
- gqv = WebUtil.getQueryVar;
+ function gqv(a,b) {
+ return WebUtil.getQueryVar(a,b);
+ }
rfb = new RFB({'target':$D('VNC_canvas'),
'encrypt': gqv('encrypt',false),
'true_color': gqv('true_color',true),
'local_cursor': gqv('cursor',true),
'shared': gqv('shared',true),
- 'updateState': updateState,
- rfb.connect(host, port, password);
+ 'updateState': updateState});
+
};
setTimeout("connect()", 2000);
next reply other threads:[~2011-07-27 22:11 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-27 22:11 Liam McLoughlin [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-08-12 23:17 [gentoo-commits] proj/gentoaster:master commit in: web/ Liam McLoughlin
2011-08-02 17:22 ` [gentoo-commits] proj/gentoaster:webui " Liam McLoughlin
2011-08-12 23:17 [gentoo-commits] proj/gentoaster:master " Liam McLoughlin
2011-07-27 22:13 ` [gentoo-commits] proj/gentoaster:webui " Liam McLoughlin
2011-08-12 23:17 [gentoo-commits] proj/gentoaster:master " Liam McLoughlin
2011-07-28 1:08 ` [gentoo-commits] proj/gentoaster:webui " Liam McLoughlin
2011-08-12 23:17 [gentoo-commits] proj/gentoaster:master " Liam McLoughlin
2011-07-27 20:04 ` [gentoo-commits] proj/gentoaster:webui " Liam McLoughlin
2011-08-12 23:17 [gentoo-commits] proj/gentoaster:master " Liam McLoughlin
2011-07-24 2:43 ` [gentoo-commits] proj/gentoaster:webui " Liam McLoughlin
2011-08-06 0:14 Liam McLoughlin
2011-08-04 21:04 Liam McLoughlin
2011-08-02 17:31 Liam McLoughlin
2011-07-28 1:12 Liam McLoughlin
2011-07-28 1:02 Liam McLoughlin
2011-07-28 0:56 Liam McLoughlin
2011-07-27 22:11 Liam McLoughlin
2011-07-27 22:04 Liam McLoughlin
2011-07-27 22:02 Liam McLoughlin
2011-07-27 20:25 Liam McLoughlin
2011-07-27 20:11 Liam McLoughlin
2011-07-15 19:59 Liam McLoughlin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=665387ad048a2726d52c82b2bab108dfe70ec6b3.hexxeh@gentoo \
--to=hexxeh@hexxeh.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox