1
Fork 0

Final change, promise

This commit is contained in:
Ashley 2022-11-18 12:08:49 +00:00
parent 963386f59d
commit 9c6825818d

View file

@ -260,7 +260,7 @@ video[counter].classList.add("shake");
<% if (j.Search.Results.DynamicItem) { %>
<% if (j.Search.Results.DynamicItem.id == "didYouMeanRenderer") { %>
<div style="text-align: left;margin-left: 15.5em;">
<div style="text-align: left;margin-left: 14.5em;">
<p>
Did you mean: <a href="/search?query=<%= h.correctedQueryEndpoint.searchEndpoint.query %>"><i><%= h.correctedQueryEndpoint.searchEndpoint.query %></i></a> :3
</p>
@ -269,7 +269,7 @@ video[counter].classList.add("shake");
<% } %> <% } %>
</center>
<% if (!j.Search.Results.DynamicItem) { %>
<% if (!continuation) { %>
@ -293,6 +293,7 @@ video[counter].classList.add("shake");
</div>
<% } %> <% } %>
<% } %>
<% if (j.Search.Results.CardList) { %>