Prevent loading titans images twice at pageload

This commit is contained in:
Codrin Pavel
2020-05-28 18:32:05 +03:00
parent bdec582218
commit db276676fa
2 changed files with 104 additions and 104 deletions

View File

@@ -6,10 +6,9 @@
<body> <body>
<main class="wrapper"> <main class="wrapper">
<div class="loadingbar"></div>
{% raw %} {% raw %}
<div id="toe" class="toe"> <div id="toe" class="toe">
<div v-if="matches.length">
<div class="toe__filters"> <div class="toe__filters">
<label> <label>
<input type="radio" name="filter" value="any" v-model="filters" /> <input type="radio" name="filter" value="any" v-model="filters" />
@@ -116,6 +115,7 @@
</tfoot> </tfoot>
</table> </table>
</div> </div>
</div>
{% endraw %} {% endraw %}
</main> </main>

File diff suppressed because one or more lines are too long