mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 22:37:56 +01: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.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) { %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue