mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
removing commented code
This commit is contained in:
@ -120,8 +120,6 @@ if (!$auth)
|
||||
var refrom = /from=([0-9])+/g;
|
||||
var tsto = moment(frmdata.dtpickerto.value).unix();
|
||||
var tsfrom = moment(frmdata.dtpickerfrom.value).unix();
|
||||
//tsto = tsto.getTime() / 1000;
|
||||
//tsfrom = tsfrom.getTime() / 1000;
|
||||
frmdata.selfaction.value = frmdata.selfaction.value.replace(reto, 'to=' + tsto);
|
||||
frmdata.selfaction.value = frmdata.selfaction.value.replace(refrom, 'from=' + tsfrom);
|
||||
frmdata.action = frmdata.selfaction.value;
|
||||
|
Reference in New Issue
Block a user