Fix frontend formatting
This commit is contained in:
parent
30f50dab6d
commit
1d1618836b
|
@ -34,7 +34,7 @@ ready(() => {
|
||||||
const triggerChange = (element) => {
|
const triggerChange = (element) => {
|
||||||
const changeEvent = new Event('change');
|
const changeEvent = new Event('change');
|
||||||
element.dispatchEvent(changeEvent);
|
element.dispatchEvent(changeEvent);
|
||||||
}
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the values of the input fields with the IDs to from/to:
|
* Sets the values of the input fields with the IDs to from/to:
|
||||||
|
@ -98,7 +98,7 @@ ready(() => {
|
||||||
|
|
||||||
if (to < from) {
|
if (to < from) {
|
||||||
setInput(to, from);
|
setInput(to, from);
|
||||||
} else{
|
} else {
|
||||||
setInput(from, to);
|
setInput(from, to);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue