Skip to content
This repository was archived by the owner on Apr 9, 2023. It is now read-only.

Commit d1d2af1

Browse files
committed
Update webstatistics.php
1 parent 648ac21 commit d1d2af1

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

webstatistics.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,6 @@
190190
<a class="nav-link" id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home" aria-selected="true">Home <span class="sr-only">(current)</span></a>
191191
</li>
192192
</ul>
193-
<form class="form-inline my-2 my-lg-0">
194-
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
195-
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
196-
</form>
197193
</div>
198194
</nav>
199195
<div class="container-fluid tab-content" id="myTabContent">
@@ -370,7 +366,7 @@
370366
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
371367
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
372368
<script>
373-
google.charts.load('current', {'packages':['corechart', 'bar', 'line']});
369+
google.charts.load('current', {'packages':['bar', 'line']});
374370
google.charts.setOnLoadCallback(drawCharts);
375371
var reqvisOptions = {
376372
series: {
@@ -573,7 +569,7 @@ function drawCharts() {
573569
</body>
574570
<nav class="navbar navbar-light bg-light">
575571
<span class="navbar-text">
576-
<a href="https://webanalytics.one">Powered by WebAnalytics</a>
572+
<a href="https://webanalytics.one">Powered by WebAnalytics</a> / <a href="https://getbootstrap.com">Bootstrap</a> / <a href="https://developers.google.com/chart/">Google Charts</a>
577573
</span>
578574
</nav>
579575
</html>

0 commit comments

Comments
 (0)