Remove step 1 of previous setup flow, replaced by choice screen

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-08-02 15:18:09 -07:00
parent ba347744ff
commit ff1cb3598d
No known key found for this signature in database
GPG key ID: A4931C09644C654B
2 changed files with 10 additions and 19 deletions

View file

@ -646,23 +646,6 @@
</script>
<script type='text/x-tmpl-mustache' id='install_flow_template'>
<div id='step1' class='step hidden'>
<div class='inner'>
<div class='step-body'>
<img id='signal-icon' src='images/icon_250.png'/>
<h1>{{ installWelcome }}</h1>
<p>{{ installTagline }}</p>
</div>
<div class='nav'>
<div> <a class='button step2'>{{ installGetStartedButton }}</a> </div>
<div class='dot-container'>
<span class='dot step1 selected'></span>
<span class='dot step2'></span>
<span class='dot step3'></span>
</div>
</div>
</div>
</div>
<div id='step2' class='step hidden'>
<div class='inner'>