From 6626b5baabdbdd7861fc8f90a63e90be4c5b5d4c Mon Sep 17 00:00:00 2001 From: virusdefender Date: Sat, 18 Jun 2016 16:51:17 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E7=99=BB=E9=99=86=E9=93=BE=E6=8E=A5=E6=B2=A1=E6=9C=89=E5=B8=A6?= =?UTF-8?q?from=E5=8F=82=E6=95=B0=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8C?= =?UTF-8?q?=E6=84=9F=E8=B0=A2@imcaffrey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/src/js/app/oj/problem/problem.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/src/js/app/oj/problem/problem.js b/static/src/js/app/oj/problem/problem.js index f071768b..09df0c3e 100644 --- a/static/src/js/app/oj/problem/problem.js +++ b/static/src/js/app/oj/problem/problem.js @@ -126,7 +126,7 @@ require(["jquery", "codeMirror", "csrfToken", "bsAlert", "ZeroClipboard"], } }, error: function(){ - bsAlert("额 好像出错了,请刷新页面重试。如还有问题,请填写页面导航栏上的反馈。") + bsAlert("额 好像出错了,请刷新页面重试。") } }) } @@ -261,7 +261,10 @@ require(["jquery", "codeMirror", "csrfToken", "bsAlert", "ZeroClipboard"], success: function (data) { if (data.code) { $("#submit-code-button").attr("disabled", "disabled"); - $("#result").html(''); + $("#result").html(''); } else{ userId = data.data.id; From c9ad0f1d4a7635e22f09c436b141ae889dbe1908 Mon Sep 17 00:00:00 2001 From: virusdefender Date: Thu, 30 Jun 2016 10:42:36 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=9D=9E=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E9=A1=B5=E6=90=9C=E7=B4=A2=E6=97=B6=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E9=A1=B5=E7=A0=81=E4=B8=8D=E5=AD=98=E5=9C=A8=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/src/oj/problem/problem_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/src/oj/problem/problem_list.html b/template/src/oj/problem/problem_list.html index bf13f70c..8968dc3a 100644 --- a/template/src/oj/problem/problem_list.html +++ b/template/src/oj/problem/problem_list.html @@ -9,7 +9,7 @@
-
+
From 8ec0fd13ff7c0d64a87e6acd09efbf2690ad28cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=89=AC?= Date: Thu, 28 Jul 2016 09:54:46 +0800 Subject: [PATCH 3/3] Update issue_template.md --- .github/issue_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 179b38ab..c210737b 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,6 +1,6 @@ 在提交issue之前请 - - 认真阅读文档 http://qingdaou.github.io/OnlineJudge/ + - 认真阅读文档 https://github.com/QingdaoU/OnlineJudge/wiki - 搜索和查看历史issues 然后提交issue请写清楚下列事项 @@ -8,4 +8,4 @@ - 进行什么操作的时候遇到了什么问题 - 错误提示是什么,如果看不到错误提示,请去log文件夹查看。大段的错误提示请包在代码块标记里面。 - 你尝试修复问题的操作 - - 页面问题请写清浏览器版本,尽量有截图 \ No newline at end of file + - 页面问题请写清浏览器版本,尽量有截图