summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNo'am Rosenthal <noam.rosenthal@nokia.com>2011-08-04 18:16:52 -0700
committerNo'am Rosenthal <noam.rosenthal@nokia.com>2011-08-04 18:16:52 -0700
commitf68003767b1aee5f6f6be9ac21d36e212956c11a (patch)
tree37095e581d91cc5e7f74d641e36ecb2d8276c770 /examples
parentbfd57919e0eb07ebfb410cd61f96333cf3ae954f (diff)
downloadqtwebchannel-f68003767b1aee5f6f6be9ac21d36e212956c11a.tar.gz
Change message type to foobar, to make more readable
Diffstat (limited to 'examples')
-rw-r--r--examples/qmlapp/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qmlapp/index.html b/examples/qmlapp/index.html
index 3729301..e062e83 100644
--- a/examples/qmlapp/index.html
+++ b/examples/qmlapp/index.html
@@ -1,6 +1,7 @@
<html>
<head>
<script>
+ document.body.innerHTML = JSON.stringify(location);
function getWebChannelBaseUrl() {
var query = window.location.search.substring(1);
var vars = query.split("&");