--- loncom/html/res/adm/pages/menu.html 2002/05/24 20:43:12 1.56
+++ loncom/html/res/adm/pages/menu.html 2002/05/24 20:59:34 1.57
@@ -4,7 +4,7 @@ The LearningOnline Network with CAPA
Remote Control
//
-// $Id: menu.html,v 1.56 2002/05/24 20:43:12 www Exp $
+// $Id: menu.html,v 1.57 2002/05/24 20:59:34 www Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -108,7 +108,7 @@ function advanceclock() {
var secs=""+clock.getSeconds();
if (secs.length<2) { secs="0"+secs; }
var mins=""+clock.getMinutes();
- if (mins.length<2) { mins="0"+secs; }
+ if (mins.length<2) { mins="0"+mins; }
var hours=""+clock.getHours();
if (hours.length<2) { hours=" "+hours; }
statusbot=hours+':'+mins+':'+secs;