mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 09:34:41 -05:00
FIX THE FRICKING THE UHHH DID YOU MEAN THINGY IDK ANYMORE PLEASE HELP AAA
This commit is contained in:
parent
99b027e85f
commit
d12a881dc4
1 changed files with 8 additions and 0 deletions
|
@ -288,6 +288,12 @@ 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") { %>
|
||||||
|
<% if (h) { %>
|
||||||
|
|
||||||
|
<% if (h.correctedQueryEndpoint) { %>
|
||||||
|
|
||||||
|
<% if (h.correctedQueryEndpoint.searchEndpoint) { %>
|
||||||
|
|
||||||
<div style="text-align: left;margin-left: 14.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
|
||||||
|
@ -295,6 +301,8 @@ video[counter].classList.add("shake");
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% } %> <% } %>
|
<% } %> <% } %>
|
||||||
|
<% } %> <% } %>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
</center>
|
</center>
|
||||||
<% if (!j.Search.Results.DynamicItem) { %>
|
<% if (!j.Search.Results.DynamicItem) { %>
|
||||||
|
|
Loading…
Reference in a new issue