summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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("&");