Bladeren bron

Remove fun fact thing.

pull/24/head
Ben Kurtovic 9 jaren geleden
bovenliggende
commit
f61001aa48
1 gewijzigde bestanden met toevoegingen van 0 en 3 verwijderingen
  1. +0
    -3
      templates/index.mako

+ 0
- 3
templates/index.mako Bestand weergeven

@@ -190,9 +190,6 @@
% else:
<li>Results generated in <span class="mono">${round(result.time, 3)}</span> seconds using <span class="mono">${result.queries}</span> queries.</li>
% endif
% if result.queries:
<li><i>Fun fact:</i> The Wikimedia Foundation paid Yahoo! Inc. <a href="http://info.yahoo.com/legal/us/yahoo/search/bosspricing/details.html">$${result.queries * 0.0008} USD</a> for these results.</li>
% endif
<li><a id="cv-chain-link" href="#cv-chain-table" onclick="copyvio_toggle_details()">${"Show" if hide_comparison else "Hide"} comparison:</a></li>
</ul>
<table id="cv-chain-table" style="display: ${'none' if hide_comparison else 'table'};">


Laden…
Annuleren
Opslaan