summaryrefslogtreecommitdiff
path: root/tests/qml/data/send.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qml/data/send.html')
-rw-r--r--tests/qml/data/send.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qml/data/send.html b/tests/qml/data/send.html
index f30e9c8..7d601a8 100644
--- a/tests/qml/data/send.html
+++ b/tests/qml/data/send.html
@@ -1,6 +1,6 @@
<html>
<head>
- <script type="text/javascript" src="qrc:///qwebchannel/webchannel.js"></script>
+ <script type="text/javascript" src="qrc:///qwebchannel/qwebchannel.js"></script>
<script type="text/javascript">
//BEGIN SETUP
var baseUrl = (/[?&]webChannelBaseUrl=([A-Za-z0-9\-:/\.]+)/.exec(location.search)[1]);
@@ -8,7 +8,7 @@
channel.subscribe("myMessage", function(payload) {
channel.send("myMessagePong:" + payload);
});
- });
+ }, true);
//END SETUP
</script>
</head>