1
0
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:
FreddleSpl0it 2022-12-27 13:56:09 +01:00
parent 850fd85d4d
commit 02b2988beb

View File

@ -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)
}
}