Revision: 132
http://acmcontester.svn.sourceforge.net/acmcontester/?rev=132&view=rev
Author: sem62
Date: 2008-05-12 14:38:02 -0700 (Mon, 12 May 2008)
Log Message:
-----------
foxed bug in navigation.js
Modified Paths:
--------------
webPlayer/resources/navigation.js
Modified: webPlayer/resources/navigation.js
===================================================================
--- webPlayer/resources/navigation.js 2008-05-12 20:23:44 UTC (rev 131)
+++ webPlayer/resources/navigation.js 2008-05-12 21:38:02 UTC (rev 132)
@@ -8,11 +8,11 @@
}
function next(){
- document.player.Next();
+ document.player.Terminate("");
}
function navigate(loc) {
- document.frames['ContentFrame'].document.location = loc;
+ frames['ContentFrame'].document.location = loc;
}
function showNextBtn() {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|