From 71cd37ad176c00c8b7fa1aea2ad387a2d17605b0 Mon Sep 17 00:00:00 2001
From: Ashley
Date: Fri, 18 Nov 2022 11:38:13 +0000
Subject: [PATCH] put Results at bottom - still WIP!
---
html/search.ejs | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git a/html/search.ejs b/html/search.ejs
index 0048e296..de1dcd75 100644
--- a/html/search.ejs
+++ b/html/search.ejs
@@ -257,28 +257,20 @@ video[counter].classList.add("shake");
<% if (Array.isArray( j.Search.Results.Video)) { %>
-
-
- <%=j.Search.estimatedResults.toLocaleString()%> Results (estimated)
-
- Next Page
-
-
-
- <% if (j.Search.Results.DynamicItem) { %>
+ <% if (j.Search.Results.DynamicItem) { %>
<% if (j.Search.Results.DynamicItem.id == "didYouMeanRenderer") { %>
-
+
<% } %> <% } %>
+
-
-
+
<% if (!continuation) { %>
@@ -363,6 +355,10 @@ video[counter].classList.add("shake");
<% }) %>
+
+
+ <%=j.Search.estimatedResults.toLocaleString()%> Results (estimated)
+