summaryrefslogtreecommitdiff
path: root/examples/hybridshell/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hybridshell/index.html')
-rw-r--r--examples/hybridshell/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hybridshell/index.html b/examples/hybridshell/index.html
index 23a765c..91c447a 100644
--- a/examples/hybridshell/index.html
+++ b/examples/hybridshell/index.html
@@ -37,7 +37,7 @@
background-image: -webkit-linear-gradient(left,#eeeeee, #cccccc)
}
</style>
- <script type="text/javascript" src="qrc:///qwebchannel/webchannel.js"></script>
+ <script type="text/javascript" src="qrc:///qwebchannel/qwebchannel.js"></script>
<script type="text/javascript">
function out(line)
{
@@ -69,7 +69,7 @@
window.navigator.webChannel = webChannel;
out("Ready");
webChannel.subscribe("stdout", out);
- });
+ }, true);
}
</script>
</head>