Changeset 2726 for trunk/gsdl


Ignore:
Timestamp:
2001-08-30T17:31:09+12:00 (23 years ago)
Author:
jrm21
Message:

now displays "update in 1 second" instead of "update in 1 seconds"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/collect.dm

    r2559 r2726  
    833833    document.collectorform.submit();
    834834  \} else \{
    835     window.status = "Building status update in  "+timer+" seconds";
     835    if (timer==1) \{
     836    window.status = "Building status update in 1 second";
     837    \} else \{
     838    window.status = "Building status update in  "+timer+" seconds";
     839    \}
    836840    timer--;
    837841    setTimeout("count_down()",1000);
Note: See TracChangeset for help on using the changeset viewer.