Change text again??
This commit is contained in:
parent
00067a7c85
commit
987d1c5992
|
@ -1303,7 +1303,7 @@
|
||||||
<div class="videos">
|
<div class="videos">
|
||||||
<div class="video anim" style="--delay: .4s">
|
<div class="video anim" style="--delay: .4s">
|
||||||
<a href="#" style="text-decoration: none;color: #ff66d9;">
|
<a href="#" style="text-decoration: none;color: #ff66d9;">
|
||||||
<div class="video-by" title="Time since the Attack started">Time elapsed since start of attack</div>
|
<div class="video-by" title="Time since the Attack started">Time since start of attack</div>
|
||||||
{% autoescape false %}
|
{% autoescape false %}
|
||||||
<div class="video-name padding_stat_n" id="attackstart" data-start="{{ attack_start_timestamp }}">0</div>
|
<div class="video-name padding_stat_n" id="attackstart" data-start="{{ attack_start_timestamp }}">0</div>
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
|
@ -1311,7 +1311,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="video anim" style="--delay: .45s">
|
<div class="video anim" style="--delay: .45s">
|
||||||
<a href="#" style="text-decoration: none;color: #ff66d9;">
|
<a href="#" style="text-decoration: none;color: #ff66d9;">
|
||||||
<div class="video-by" title="Time the sim started">Time elapsed since start of simulation</div>
|
<div class="video-by" title="Time the sim started">Time since start of simulation</div>
|
||||||
{% autoescape false %}
|
{% autoescape false %}
|
||||||
<div class="video-name padding_stat_n" id="simstart" data-start="{{ sim_start_timestamp }}">0</div>
|
<div class="video-name padding_stat_n" id="simstart" data-start="{{ sim_start_timestamp }}">0</div>
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
|
|
Loading…
Reference in New Issue