mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-04 10:24:42 +02:00
[Web] fix typo in SASL table logs
This commit is contained in:
parent
850fd85d4d
commit
02b2988beb
@ -479,7 +479,7 @@ jQuery(function($){
|
||||
data: 'datetime',
|
||||
defaultContent: '',
|
||||
createdCell: function(td, cellData) {
|
||||
cellData = Math.floor((new Date(data.replace(/-/g, "/"))).getTime() / 1000);
|
||||
cellData = Math.floor((new Date(cellData.replace(/-/g, "/"))).getTime() / 1000);
|
||||
createSortableDate(td, cellData)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user