From 96f954a4e2b591cb8b9e1a2ad61f055fe50a1989 Mon Sep 17 00:00:00 2001 From: goodygh Date: Wed, 12 Apr 2023 00:36:46 +0200 Subject: [PATCH] Fix sorting for active syncjobs --- 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 738565b23..756627424 100644 --- a/data/web/js/site/mailbox.js +++ b/data/web/js/site/mailbox.js @@ -2166,7 +2166,7 @@ jQuery(function($){ data: 'active', defaultContent: '', render: function (data, type) { - return 1==data?'':0==data&&''; + return 1==data?'1':0==data&&'0'; } }, {