Merge branch 'virusdefender-dev' of https://git.coding.net/virusdefender/qduoj into dev-s

This commit is contained in:
esp 2015-11-07 20:14:49 +08:00
commit 81debdc56d
2 changed files with 19 additions and 15 deletions

View File

@ -26,6 +26,7 @@
// ------ admin web 组件 ----------
pager: "components/pager",
editorComponent: "components/editorComponent",
testCaseUploader: "components/testCaseUploader",
// ------ 下面写的都不要直接用,而是使用上面的封装版本 ------
//富文本编辑器simditor -> editor

View File

@ -90,6 +90,9 @@
</nav>
{% else %}
<p>还没有结果</p>
<input type="checkbox" id="auto-refresh" {% if auto_refresh %}checked{% endif %}
onchange="if(this.checked){location.href=location.href + '&auto_refresh=true'}else{location.href=location.href=location.href.replace('&auto_refresh=true', '')}">
自动刷新
{% endif %}
</div>