Skip to content

Commit

Permalink
Remove unused app-migration-screen template
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed May 23, 2018
1 parent 9dedda8 commit 503884d
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions background.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,6 @@
2) test/index.html
-->

<script type='text/x-tmpl-mustache' id='app-migration-screen'>
<div class='content'>
<img src='images/icon_128.png'>
{{ ^hideProgress }}
<div class='container'>
<span class='dot'></span>
<span class='dot'></span>
<span class='dot'></span>
</div>
{{ /hideProgress }}
<div class='message'>{{& message }}</div>
<div>
{{ #importButton }}
<button class='import grey'>{{ importButton }}</button>
{{ /importButton }}
{{ #restartButton }}
<button class='restart grey'>{{ restartButton }}</button>
{{ /restartButton }}
{{ #cancelButton }}
<button class='cancel grey'>{{ cancelButton }}</button>
{{ /cancelButton }}
</div>
</div>
</script>
<script type='text/x-tmpl-mustache' id='app-loading-screen'>
<div class='content'>
<img src='images/icon_128.png'>
Expand Down

0 comments on commit 503884d

Please sign in to comment.