From 0cd4d3b9b62eda0193141423ca2fbb162b7e843e Mon Sep 17 00:00:00 2001 From: bergware Date: Tue, 25 Apr 2023 11:03:26 +0200 Subject: [PATCH] Shares: scan for empty folder in background --- plugins/dynamix/ShareEdit.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/dynamix/ShareEdit.page b/plugins/dynamix/ShareEdit.page index 0cbf988d8..7bbebc236 100644 --- a/plugins/dynamix/ShareEdit.page +++ b/plugins/dynamix/ShareEdit.page @@ -176,7 +176,7 @@ _(Share status)_:
_(Share status)_: -: _(Share contains data)_ +:  _(Share contains data)_ :share_edit_delete_help: @@ -354,7 +354,7 @@ var form = document.share_edit; $(function() { $.post('/webGui/include/ShareList.php',{scan:""},function(e){ - if (e==1) {$('.empty').show(); $('.full').hide();} else $('.full2').show(); + if (e==1) {$('.empty').show(); $('.full').hide();} else {$('.full1').hide(); $('.full2').show();} }); initDropdown(false,true);