Prevent loading titans images twice at pageload
This commit is contained in:
@@ -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
Reference in New Issue
Block a user