summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSumedha Widyadharma <sumedha.widyadharma@basyskom.com>2014-07-30 08:31:15 +0200
committerMilian Wolff <milian.wolff@kdab.com>2014-08-01 15:42:13 +0200
commitfcdda8f42c0148ce7af2db9d03bd3cec8cba55e0 (patch)
tree5354cea90b031197d584927d8f5ecd19e8451306 /examples
parent30e2e336a536786cf9a9de9736b0983df02fd041 (diff)
downloadqtwebchannel-fcdda8f42c0148ce7af2db9d03bd3cec8cba55e0.tar.gz
Fix js src path in HTML chat client
Change-Id: I0a0e05cf1a6e36a7c9b26dfbe5fc083cd5d0ad2b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/qwebchannel/standalone/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qwebchannel/standalone/index.html b/examples/qwebchannel/standalone/index.html
index 3cce3ec..8c85143 100644
--- a/examples/qwebchannel/standalone/index.html
+++ b/examples/qwebchannel/standalone/index.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <script type="text/javascript" src="../../src/webchannel/qwebchannel.js"></script>
+ <script type="text/javascript" src="../../../src/webchannel/qwebchannel.js"></script>
<script type="text/javascript">
//BEGIN SETUP
function output(message)