From 800a0ace71c7b7ad5c0964df538faec7b4df8654 Mon Sep 17 00:00:00 2001 From: goodygh Date: Tue, 11 Apr 2023 23:19:56 +0200 Subject: [PATCH] Fix sorting for active domain in domains table --- data/web/js/site/mailbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/js/site/mailbox.js b/data/web/js/site/mailbox.js index f4039268..22c8a900 100644 --- a/data/web/js/site/mailbox.js +++ b/data/web/js/site/mailbox.js @@ -607,7 +607,7 @@ jQuery(function($){ defaultContent: '', responsivePriority: 6, render: function (data, type) { - return 1==data?'':(0==data?'':2==data&&'—'); + return 1==data?'1':(0==data?'0':2==data&&'—'); } }, {