From 70a78a1f678cbdd3b125b7904f9695c5c51c7cd3 Mon Sep 17 00:00:00 2001
From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com>
Date: Fri, 3 Jan 2020 16:27:47 +0800
Subject: [PATCH] Update classic.php
---
theme/classic.php | 1 +
1 file changed, 1 insertion(+)
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+'
';