diff --git a/tz.html b/tz.html
index dffd6d9..1c77cd8 100644
--- a/tz.html
+++ b/tz.html
@@ -354,22 +354,22 @@
else {
theStr += ""
}
- if(prop.valueOf() === new String("1").valueOf() || prop.valueOf() === new String("3").valueOf() || prop.valueOf() === new String("4").valueOf()){
- theStr += " projects are " +
- '' + formatTime(startTime2) + " - " +
- formatTime(endTime2)+' local time;';
- theStr += "
coursework is " +
- '' + formatTime(startTime) + " - " +
- formatTime(endTime)+' local time;';
- }
- else {
+ // if(prop.valueOf() === new String("1").valueOf() || prop.valueOf() === new String("3").valueOf() || prop.valueOf() === new String("4").valueOf()){
+ // theStr += " projects are " +
+ // '' + formatTime(startTime2) + " - " +
+ // formatTime(endTime2)+' local time;';
+ // theStr += "
coursework is " +
+ // '' + formatTime(startTime) + " - " +
+ // formatTime(endTime)+' local time;';
+ // }
+ // else {
theStr += " coursework is " +
'' + formatTime(startTime) + " - " +
formatTime(endTime)+' local time;';
theStr += "
projects are " +
'' + formatTime(startTime2) + " - " +
formatTime(endTime2)+' local time;';
- }
+ // }
theStr += ""
i++;