mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-07-25 23:18:06 -04:00
FE: Notifications sorting fix #1713
This commit is contained in:
@@ -88,7 +88,7 @@ require 'php/templates/header.php';
|
||||
}
|
||||
|
||||
// Keep sortable value for DataTables
|
||||
if (type === "sort" || type === "type") {
|
||||
if (type === "sort" || type === "type" || type !== "display") {
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user