-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a loading gif when clicking see more on home
- Loading branch information
1 parent
e5b7f8e
commit 64901c8
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.5.1/css/all.css"> | ||
<link rel="preload" href="https://media.tenor.com/wpSo-8CrXqUAAAAi/loading-loading-forever.gif" as="image"> | ||
<!-- Bootstrap CSS --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> | ||
<link href="https://fonts.googleapis.com/css2?family=Exo+2:wght@400;700&display=swap" rel="stylesheet"> | ||
|
@@ -19,6 +20,7 @@ | |
|
||
function set_all(){ | ||
all = true; | ||
document.getElementById("more-img").src = "https://media.tenor.com/wpSo-8CrXqUAAAAi/loading-loading-forever.gif"; | ||
update_mini_stats(); | ||
} | ||
function timeSince(previous) { | ||
|