diff --git a/src/scripts/browse.tag b/src/scripts/browse.tag index 1de098a..561ba74 100644 --- a/src/scripts/browse.tag +++ b/src/scripts/browse.tag @@ -219,7 +219,7 @@ self.on("mount", () => { self.getInitial(); } /* Check for preloaded results */ - else if (self.opts.state.results.length > 0 && !self.opts.state.category_tag) { + else if ((self.opts.state.results.length > 0) && !self.opts.state.category_tag) { return; } /* If we're coming from clicking a tag button */ diff --git a/src/templates/index.html b/src/templates/index.html index 5289bef..bd81660 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -3,7 +3,13 @@
-