mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
lk | posts to bike index in sidekiq job
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
//= require jquery_ujs
|
||||
//= require turbolinks
|
||||
//= require_tree .
|
||||
//= require bootstrap
|
||||
//= require bootstrap
|
||||
//= require bootstrap-datepicker
|
||||
//= require bootstrap-select
|
||||
//= require bootstrap-select
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
seatTubeIn = $(".seat-tube-in")
|
||||
seatTubeCm = $(".seat-tube-cm")
|
||||
|
||||
seatTubeIn.on("change", () ->
|
||||
seatTubeCm.val(parseFloat(seatTubeIn.val())*2.54)
|
||||
)
|
||||
@@ -1,2 +0,0 @@
|
||||
// Place all the behaviors and hooks related to the matching controller here.
|
||||
// All this logic will automatically be available in application.js.
|
||||
Reference in New Issue
Block a user