diff --git a/index.html b/index.html index 93e637a9..a97539c0 100644 --- a/index.html +++ b/index.html @@ -2937,6 +2937,11 @@ data-tip="Create a new route selecting route cells" class="icon-map-pin" > + *").data(); @@ -248,7 +257,7 @@ function editRoute(id) { createRoute(route.group); } - function toggleSplitRoute() { + function togglePressed() { this.classList.toggle("pressed"); }