Merge branch 'dev-sxw' of https://git.coding.net/virusdefender/qduoj
Conflicts: contest/views.py template/src/oj/contest/contest_rank.html template/src/oj/contest/submissions_list.html
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
define("admin", ["jquery", "avalon"], function ($, avalon) {
|
||||
require(["jquery", "avalon", "bootstrap"], function ($, avalon) {
|
||||
|
||||
avalon.ready(function () {
|
||||
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
require(["jquery", "avalon"], function($, avalon){
|
||||
var vm = avalon.define({
|
||||
$id: "problem_list",
|
||||
problem_list: []
|
||||
})
|
||||
});
|
||||
Reference in New Issue
Block a user