mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 07:14:40 -05:00
Final change, promise
This commit is contained in:
parent
0789cb2a3a
commit
a89fc64355
1 changed files with 5 additions and 4 deletions
|
@ -260,7 +260,7 @@ video[counter].classList.add("shake");
|
||||||
<% if (j.Search.Results.DynamicItem) { %>
|
<% if (j.Search.Results.DynamicItem) { %>
|
||||||
|
|
||||||
<% if (j.Search.Results.DynamicItem.id == "didYouMeanRenderer") { %>
|
<% 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>
|
<p>
|
||||||
Did you mean: <a href="/search?query=<%= h.correctedQueryEndpoint.searchEndpoint.query %>"><i><%= h.correctedQueryEndpoint.searchEndpoint.query %></i></a> :3
|
Did you mean: <a href="/search?query=<%= h.correctedQueryEndpoint.searchEndpoint.query %>"><i><%= h.correctedQueryEndpoint.searchEndpoint.query %></i></a> :3
|
||||||
</p>
|
</p>
|
||||||
|
@ -269,7 +269,7 @@ video[counter].classList.add("shake");
|
||||||
<% } %> <% } %>
|
<% } %> <% } %>
|
||||||
|
|
||||||
</center>
|
</center>
|
||||||
|
<% if (!j.Search.Results.DynamicItem) { %>
|
||||||
|
|
||||||
<% if (!continuation) { %>
|
<% if (!continuation) { %>
|
||||||
|
|
||||||
|
@ -293,6 +293,7 @@ video[counter].classList.add("shake");
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% } %> <% } %>
|
<% } %> <% } %>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
<% if (j.Search.Results.CardList) { %>
|
<% if (j.Search.Results.CardList) { %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue