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.
|
||||
ELEMENT.setAttribute(`value`, value);
|
||||
ELEMENT.setAttribute(`max`, 1);
|
||||
break;
|
||||
default:
|
||||
ELEMENT.value = value ? value : ``;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue