Skip to content

Commit f1c6048

Browse files
committed
Closed #135 - implemented info creation/modification date
1 parent e0d861d commit f1c6048

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

load/dperroom.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ roomData = {
138138
}
139139
}
140140

141+
var nao = new Date();
142+
roomSettings[bbs.cursub_code].infoCreationDate =
143+
nao.getDate() + nao.toUTCString();
144+
141145
this.displayRoomInfoHdr();
142146

143147
if ((infoTxt = poast.getTextBlob(this.maxInfoLines)) != null) {

0 commit comments

Comments
 (0)