From f83c4bc685f4113434b243df48f2b8f3f1ad4214 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com>
Date: Tue, 3 Mar 2020 18:45:52 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 public/react/src/modules/question/Question.js          | 2 --
 public/react/src/modules/testpaper/Testpaperlibrary.js | 2 --
 2 files changed, 4 deletions(-)

diff --git a/public/react/src/modules/question/Question.js b/public/react/src/modules/question/Question.js
index c99957132..5afb988ba 100644
--- a/public/react/src/modules/question/Question.js
+++ b/public/react/src/modules/question/Question.js
@@ -237,11 +237,9 @@ class Question extends Component {
 		}
 
 		axios.get((url), {params: data}).then((response) => {
-			setTimeout(()=>{
 				this.setState({
 					booljupyterurls:false,
 				})
-			},500);
 			if (response === null || response === undefined) {
 
 				return
diff --git a/public/react/src/modules/testpaper/Testpaperlibrary.js b/public/react/src/modules/testpaper/Testpaperlibrary.js
index 054f0aced..ca4bd8594 100644
--- a/public/react/src/modules/testpaper/Testpaperlibrary.js
+++ b/public/react/src/modules/testpaper/Testpaperlibrary.js
@@ -164,11 +164,9 @@ class Testpaperlibrary extends Component {
 		}
 
 		axios.get((url), {params: data}).then((response) => {
-			setTimeout(()=>{
 				this.setState({
 					booljupyterurls:false,
 				})
-			},500);
 			if (response === null || response === undefined) {
 
 				return