mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 07:04:32 +02:00
Fix dateTimeFormat to use Do vs do for moment.js formatting
This commit is contained in:
parent
b53ad03ad0
commit
2a7dce9fac
2 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ MessageListModule.prototype.mciReady = function(mciData, cb) {
|
|||
// :TODO: fix default format
|
||||
var listFormat = self.menuConfig.config.listFormat || '{msgNum} - {subj} - {to}';
|
||||
var focusListFormat = self.menuConfig.config.focusListFormat || listFormat; // :TODO: default change color here
|
||||
var dateTimeFormat = self.menuConfig.config.dateTimeFormat || 'ddd MMM DDD';
|
||||
var dateTimeFormat = self.menuConfig.config.dateTimeFormat || 'ddd MMM Do';
|
||||
var newIndicator = self.menuConfig.config.newIndicator || '*';
|
||||
|
||||
var msgNum = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue