Skip to content

Commit

Permalink
Clean up the index.html a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Sep 14, 2010
1 parent 415040b commit 477694c
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions index.html
Expand Up @@ -2,17 +2,13 @@
<html>
<head>
<title>Sousaball</title>
<script src="app/main.js" type="text/javascript"></script>
<script language="javascript" type="text/javascript" charset="utf-8">
function onLoad() {
console.log("on load event");
<script src="main.js" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
window.onload = function () {
if (window.PalmSystem) {
console.log("about to do palm stuff");
window.PalmSystem.stageReady();
console.log("did palm stuff");
window.PalmSystem.stageReady();
}
}
}
</script>
</head>
<body onload="onLoad()"></body>
</html>

0 comments on commit 477694c

Please sign in to comment.