Use optionslib to read config value

这个提交包含在:
phl0 2022-06-30 21:32:09 +02:00
父节点 3fc003d6a8
当前提交 570ac1e505
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -1126,7 +1126,7 @@ $(document).on('keypress',function(e) {
$("#selectPropagation").val(data.prop_mode);
// Display CAT Timeout warnng based on the figure given in the config file
var minutes = Math.floor(<?php echo $this->config->item('cat_timeout_interval'); ?> / 60);
var minutes = Math.floor(<?php echo $this->optionslib->get_option('cat_timeout_interval'); ?> / 60);
if(data.updated_minutes_ago > minutes) {
if($('.radio_timeout_error').length == 0) {