Skip to content

Commit

Permalink
Forgotten log
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Apr 2, 2024
1 parent ca7f63c commit e72bfb9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@ class MainFilesList extends React.Component {
if(metaData.has('ajxp_modiftime')) {
let mDate = moment(parseFloat(metaData.get('ajxp_modiftime'))*1000);
let dateString = mDate.calendar();
console.log(dateString)
if(dateString.indexOf('/') > -1) {
dateString = mDate.fromNow();
}
Expand Down

0 comments on commit e72bfb9

Please sign in to comment.