From 34c1897980ef966b844468f96261ac08bd00b835 Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 18 Dec 2015 12:02:56 +0800 Subject: [PATCH] Update index.php A little bug --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 00331aa..4b652f3 100644 --- a/index.php +++ b/index.php @@ -323,7 +323,7 @@ $(function(){ $.each(data.results,function(k,v){ $tbody.append(renderFileRow(v)); }); - !data.results.length && $tbody.append('This folder is empty') + !data.results.length && $tbody.append('This folder is empty') data.is_writable ? $('body').removeClass('no_write') : $('body').addClass('no_write'); } else { console.warn(data.error.msg);