Fix checker precision not update
This commit is contained in:
parent
f50b41188d
commit
e8ee2ac4aa
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
|||
|
||||
function checker_precision($checker) {
|
||||
var $td = $checker.parent();
|
||||
var $args = $td.find('input');
|
||||
var $args = $td.closest('table').find('#id_problem-data-checker_args');
|
||||
var $precision = $('<input>', {
|
||||
type: 'number',
|
||||
value: try_parse_json($args.val()).precision || 6,
|
||||
|
|
Loading…
Reference in a new issue