Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaHOH committed Oct 15, 2017
1 parent 7768a0d commit 73baf7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/default/launcher/web_ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<span id="update-message"></span>
</div> <!-- #update-notify -->
<div id="update-progress-bar" class="fade in hide">
<button class="btn btn-primary ladda-button"></button>
<span class="btn btn-primary ladda-button"></span>
</div><!-- #update-progress-bar -->
<h2 id="title"></h2>
<div id="tip" class="alert fade in hide">
Expand Down Expand Up @@ -373,7 +373,7 @@ <h2 id="title"></h2>
}else if ( $('.active a').attr('href') == '/?module=launcher&menu=config' ) {
return;
}else{
button = $('#update-progress-bar button');
button = $('#update-progress-bar span');
$('#update-progress-bar').removeClass('hide');
}
window.updating_button = button;
Expand Down

0 comments on commit 73baf7f

Please sign in to comment.