lk | add button for the usual repairs & asterisks for required bike fields

This commit is contained in:
Louis Knapp
2017-07-21 11:56:22 -05:00
parent a0b0fd4714
commit 1699d651c5
3 changed files with 20 additions and 19 deletions
+2 -6
View File
@@ -1,6 +1,2 @@
seatTubeIn = $(".seat-tube-in")
seatTubeCm = $(".seat-tube-cm")
seatTubeIn.on("change", () ->
seatTubeCm.val(parseFloat(seatTubeIn.val())*2.54)
)
theUsualRepairs = "- Trued Front & Rear Wheels\n- Adjusted Front & Rear Gears\n- Adjusted Front & Rear Brakes"
$(document).on('click', '#the-usual', () -> $("#bike_work_done").val(theUsualRepairs) )
+4
View File
@@ -5,3 +5,7 @@
.bottom-nav-links {
padding-bottom: 5rem;
}
#the-usual {
color: purple;
}