diff --git a/theme/classic.php b/theme/classic.php index 34daf93..2da3e4d 100644 --- a/theme/classic.php +++ b/theme/classic.php @@ -808,6 +808,7 @@ function render_list($path, $files) xhr1.onload = function(e){ td2.innerHTML=''+xhr1.responseText+''; if (xhr1.status==200) { + console.log(xhr1.responseText); var html=JSON.parse(xhr1.responseText); if (!html['uploadUrl']) { td2.innerHTML=''+xhr1.responseText+'
';