summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Johan Sorvig <morten.sorvig@nokia.com>2010-04-03 18:14:06 +0200
committerMorten Johan Sorvig <morten.sorvig@nokia.com>2010-04-03 18:14:06 +0200
commit30f6a830c84c4fa72e4c41673319149877125642 (patch)
tree212b6f196cb6e5a1a90eae579f4c7b0773f99b13
parent56cd57986678f6930ad126f02927ea780b070873 (diff)
Make sure the loading screen images are loaded before the nacl executable.nacl-pepper
-rw-r--r--tools/nacldemoserver/naclhtmltemplate.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/nacldemoserver/naclhtmltemplate.html b/tools/nacldemoserver/naclhtmltemplate.html
index 75d4b232a5..965cdad5ba 100644
--- a/tools/nacldemoserver/naclhtmltemplate.html
+++ b/tools/nacldemoserver/naclhtmltemplate.html
@@ -38,7 +38,6 @@ var waitForNaClModuleReady = function() {
function Init() {
plugin = document.getElementById('NEXE');
statusField = document.getElementById("statusField");
- updateStatusField('<center> <br><br><br> <img src=":qt.png"></img> <br><br><br> <img src=":loader.gif"> </center></img>')
// Wait for the module to finish initializing before scripting.
waitForNaClModuleReady();
}
@@ -47,7 +46,7 @@ window.onload = Init;
</script>
-<div id="statusField"> </div>
+<div id="statusField"> <center> <br><br><br> <img src=":qt.png"></img> <br><br><br> <img src=":loader.gif"> </center></img> </div>
<embed type="application/x-nacl-srpc" id="NEXE" src="NEXE"
class="QtNaClApplication" width="600" height="400" onclick="" />