forked from DGNum/gestioCOF
small fixes
This commit is contained in:
parent
5c6a73c597
commit
cb9ba76a4f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ function kfet_open(init_date, init_status, init_force_close, force_close_url, fo
|
|||
}
|
||||
|
||||
function kfet_open_min() {
|
||||
return moment().diff(kfet_open_date, 'minute')
|
||||
return moment().diff(kfet_open_date, 'minute');
|
||||
}
|
||||
function do_kfet_close() {
|
||||
kfet_open_bullet.css({'background-color': closed_color});
|
||||
|
|
Loading…
Reference in a new issue