[Web] fix typo in SASL table logs
This commit is contained in:
parent
850fd85d4d
commit
02b2988beb
@ -479,7 +479,7 @@ jQuery(function($){
|
|||||||
data: 'datetime',
|
data: 'datetime',
|
||||||
defaultContent: '',
|
defaultContent: '',
|
||||||
createdCell: function(td, cellData) {
|
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)
|
createSortableDate(td, cellData)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user