Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
EDM115 authored Apr 8, 2022
1 parent d9f77d0 commit d0b36fb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,18 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script src="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js"></script>
<script>
var test = function() {
window.location = (""+window.location).replace(/#[A-Za-z0-9_]*$/,'')+"#center";
};
test();
</script>
<script>
var body = document.getElementsByTagName('body')[0];
var removeLoading = function() {
setTimeout(function() {
body.className = body.className.replace("loadingy", "");
}, 3000);
};
var test = function() {
window.location = (""+window.location).replace(/#[A-Za-z0-9_]*$/,'')+"#center";
};
test();
removeLoading();
</script>
</head>
Expand Down

0 comments on commit d0b36fb

Please sign in to comment.