modify resolver link
This commit is contained in:
parent
cf431b8fab
commit
551c9c3503
3 changed files with 17 additions and 13 deletions
|
@ -7,7 +7,7 @@
|
|||
var speed = 700;
|
||||
var autopress = false;
|
||||
$(document).ready(function() {
|
||||
$.getJSON('{{ static('contest.json') }}', function (data) {
|
||||
$.getJSON('{{ contest_json }}', function (data) {
|
||||
console.log("OK");
|
||||
var resolver = new Resolver(data.problem_sub, data.sub_frozen, data.problems, data.users);
|
||||
window.resolver = resolver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue