Prevent loading titans images twice at pageload
This commit is contained in:
@@ -6,10 +6,9 @@
|
||||
|
||||
<body>
|
||||
<main class="wrapper">
|
||||
<div class="loadingbar"></div>
|
||||
|
||||
{% raw %}
|
||||
<div id="toe" class="toe">
|
||||
<div v-if="matches.length">
|
||||
<div class="toe__filters">
|
||||
<label>
|
||||
<input type="radio" name="filter" value="any" v-model="filters" />
|
||||
@@ -116,6 +115,7 @@
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
{% endraw %}
|
||||
</main>
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user