Skip to content

Commit 62d3ac8

Browse files
committed
Cleanup: Remove hooks for TowTruck. Commit ready for merge.
- Legacy-Id: 11133
1 parent d41ca9b commit 62d3ac8

4 files changed

Lines changed: 0 additions & 27 deletions

File tree

ietf/static/ietf/css/agenda/agenda.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -968,13 +968,6 @@ td.ourconflicts, td.theirconflicts {
968968
font-style:italic;
969969
}
970970

971-
/* this is for the agenda summary page */
972-
.towtruck {
973-
position: fixed;
974-
bottom: 5px;
975-
right: 15px;
976-
}
977-
978971
.agenda_list_title {
979972
font-size: 44px;
980973
font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;

ietf/templates/meeting/agenda_list.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,6 @@
8888
You can not mark an agenda as official, if it is not public.
8989
</div>
9090

91-
<div class="towtruck">
92-
{% if server_mode %}
93-
{% if server_mode != "production" %}
94-
<button onclick="TowTruck(this); return false;">Start TowTruck</button>
95-
{% endif %}
96-
{% endif %}
97-
</div>
9891
</div>
9992

10093
{% endblock %}

ietf/templates/meeting/properties_edit.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@
8080
Are you sure you want to delete this agenda?
8181
</div>
8282

83-
<div class="towtruck">
84-
{% if server_mode %}
85-
{% if server_mode != "production" %}
86-
<button onclick="TowTruck(this); return false;">Start TowTruck</button>
87-
{% endif %}
88-
{% endif %}
89-
</div>
9083
</div>
9184

9285

ietf/templates/meeting/timeslot_edit.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,4 @@
181181
Are you sure you want to delete this entire timeslot?
182182
</div>
183183

184-
{% if server_mode %}
185-
{% if server_mode != "production" %}
186-
<button onclick="TowTruck(this); return false;">Start TowTruck</button>
187-
{% endif %}
188-
{% endif %}
189-
190184
{% endblock %}

0 commit comments

Comments
 (0)