Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sampathbalivada committed May 10, 2020
1 parent c685152 commit 468086c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/finish/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ <h5>Installation Successful</h5>

<!-- button bar -->
<div class="row center-align">
<a id="download-button" href="javascript:void(0)" onclick="startDownload()"
class="waves-effect waves-light light-blue darken-1 btn">Next</a>
<a id="download-button" href="javascript:void(0)" onclick="closeWindow()"
class="waves-effect waves-light light-blue darken-1 btn">Exit</a>
</div>

</body>
Expand Down
2 changes: 1 addition & 1 deletion app/install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h5>Extracting components:</h5>
<!-- button bar -->
<div class="row center-align">
<a id="finish-button" href="javascript:void(0)" onclick="nextPage(2)"
class="waves-effect waves-light light-blue darken-1 btn disabled">Finish</a>
class="waves-effect waves-light light-blue darken-1 btn disabled">Next</a>
</div>
<progress id="progress-bar" max='100' value='0'></progress>

Expand Down

0 comments on commit 468086c

Please sign in to comment.