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 + - 页面问题请写清浏览器版本,尽量有截图 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; 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 @@
-
+