Skip to content

Commit

Permalink
add a way to select stats file from url (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatusiak committed Jan 17, 2024
1 parent e07c9b2 commit 7cb337c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/stats.html
Expand Up @@ -44,6 +44,7 @@
<script src="./jquery.js"></script>
<script src="./smoothie.js" charset="utf-8"></script>
<script>
if(window.location.search){url.value = window.location.search.split("?")[1]}
var up, br = 0, bt = 0, tmp;
var fetchData = async function(){
// fetch the data from server
Expand Down

0 comments on commit 7cb337c

Please sign in to comment.