Blank out the value for rating score to overwritten later
This commit is contained in:
parent
94fee60b8a
commit
2b352b25bd
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
<html>
|
||||
<head>
|
||||
<script src="../../styles/external/materialize/js/materialize.js"></script>
|
||||
<script src="../../scripts/pages/popup.js" type="module"></script>
|
||||
<script src="../../scripts/pages/results.js" type="module"></script>
|
||||
<link href="../styles/popup.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body id="results">
|
||||
<summary>
|
||||
<p data-active-result="Description,Summary"></p>
|
||||
<p id="summary" class="flow-text" data-active-result="Rating,Reason"></p>
|
||||
<progress id="score" data-active-result="Rating,Score" min="0" max="1" value=".2"></progress>
|
||||
<progress id="score" data-active-result="Rating,Score" min="0" max="1" value=""></progress>
|
||||
</summary>
|
||||
<details>
|
||||
</details>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue