Skip to content

Commit

Permalink
Removed few experimental changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arevindh committed Dec 7, 2017
1 parent 741a694 commit 8cc489a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ function convertseconds($argument)
<!-- ######################################################### Speedtest ######################################################### -->
<div id="speedtest" class="tab-pane fade<?php if($tab === "speedtest"){ ?> in active<?php } ?>">
<div class="row">
<div class="col-md-6">
<div class="col-md-12">
<form role="form" method="post">
<div class="box box-warning">
<div class="box-header with-border">
Expand Down Expand Up @@ -1055,7 +1055,7 @@ function convertseconds($argument)
</div>
</form>
</div>
<div class="col-md-6">
<!-- <div class="col-md-6">
<div class="box box-warning">
<div class="box-header with-border">
<h3 class="box-title">Live Speedtest from speedtest.net (Results not logged)</h3>
Expand All @@ -1068,7 +1068,8 @@ function convertseconds($argument)
</div>
</div>
</div>
</div>
</div> -->

</div>
</div>

Expand Down

0 comments on commit 8cc489a

Please sign in to comment.