Fix indentation

这个提交包含在:
kb-light 2022-08-29 00:16:12 +00:00
父节点 99ce3d677f
当前提交 07b7930f64

查看文件

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