remove unwanted break in progress and range
This commit is contained in:
parent
1b5f8b0a8e
commit
8cfb3a5b6d
1 changed files with 0 additions and 1 deletions
|
@ -365,7 +365,6 @@ export default class windowman {
|
||||||
// Set the attribute of the progress bar.
|
// Set the attribute of the progress bar.
|
||||||
ELEMENT.setAttribute(`value`, value);
|
ELEMENT.setAttribute(`value`, value);
|
||||||
ELEMENT.setAttribute(`max`, 1);
|
ELEMENT.setAttribute(`max`, 1);
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
ELEMENT.value = value ? value : ``;
|
ELEMENT.value = value ? value : ``;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue