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);