|
@@ -26,7 +26,8 @@ END test.
|
|
|
</p>
|
|
|
<p id="runErrors" style="color:red"></p>
|
|
|
<p id="runTime"></p>
|
|
|
-<a href="http://oberspace.dyndns.org">Home</a>
|
|
|
+<p><a href="http://oberspace.dyndns.org">Home</a></p>
|
|
|
+<p><a href="https://github.com/vladfolts/oberonjs">Development</a></p>
|
|
|
|
|
|
<script>
|
|
|
function require(){}
|
|
@@ -69,7 +70,7 @@ function run(){
|
|
|
errElement.textContent = errors;
|
|
|
}
|
|
|
var runTime = (new Date() - start) / 1000;
|
|
|
- document.getElementById("runTime").textContent = "rune time (seconds): " + runTime;
|
|
|
+ document.getElementById("runTime").textContent = "run time (seconds): " + runTime;
|
|
|
}
|
|
|
</script>
|
|
|
|