diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2020-03-03 14:57:43 -0500 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2020-03-19 17:43:55 -0400 |
commit | e31abb560ad402ff7927d435b5fa395d255a8791 (patch) | |
tree | b1cefb117461c74bdf394b07ccec1ba044def3d0 /lib/serve.js | |
parent | 68ad23321910c19c2e0f1387536417177fc414e4 (diff) | |
download | patchfoo-e31abb560ad402ff7927d435b5fa395d255a8791.tar.gz patchfoo-e31abb560ad402ff7927d435b5fa395d255a8791.zip |
printView: show message date on right
Diffstat (limited to 'lib/serve.js')
-rw-r--r-- | lib/serve.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/serve.js b/lib/serve.js index 0fef358..653a1e0 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -402,6 +402,7 @@ Serve.prototype.handle = function () { this.noActions = true this.noAvatar = true this.noMsgTime = true + this.msgDate = true } if (this.query.noThread != null) { this.noThread = true |