diff --git a/html/search.ejs b/html/search.ejs
index 53e2e988..703cfa0a 100644
--- a/html/search.ejs
+++ b/html/search.ejs
@@ -374,7 +374,7 @@ video[counter].classList.add("shake");
}
body {
- animation: barrelRoll 2s alternate; /* Adjust the duration as needed */
+ animation: barrelRoll 2s alternate;
}
@@ -661,21 +661,7 @@ function extractQueryFromUpsellMessage(message) {
<%= answer %>
<% } else if (showUpsell) { %>
-
-
- <%= randomUpsellMessage %>
-
+
<% } %>
@@ -1057,7 +1043,7 @@ font-weight: 1000;" href="/watch?v=<%= x.videoId %>" class="title max-lines-2"><
- <% if (!Array.isArray(invresults)) { %>
+ <% if (!invresults) { %>
This page will be refreshed after 10 seconds
- <% } %>