Skip to content

Commit

Permalink
mamaley
Browse files Browse the repository at this point in the history
  • Loading branch information
tzwel committed Nov 16, 2021
1 parent afc85ba commit ca6f6af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/css/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ count-indicator {
left: 0;
bottom: 0;
display: flex;
/*padding: 1rem;*/
padding-right: 1rem;
padding-left: 1rem;
}
Expand Down
2 changes: 1 addition & 1 deletion src/js/detailedimageview.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const tagInfoLink = "https://gelbooru.com/index.php?page=dapi&s=tag&q=index&name
const artistLink = "https://gelbooru.com/index.php?page=post&s=list&tags=";
let clickedNumber = 0;
let imageTags;
const fetching = `Fetching...`;
const fetching = "Fetching...";

async function loadDetails() {
if (!document.querySelector("display-wrapper").classList.contains("open")) {
Expand Down

0 comments on commit ca6f6af

Please sign in to comment.