store.js.coffee 332 B

1234567
  1. # Place all the behaviors and hooks related to the matching controller here.
  2. # All this logic will automatically be available in application.js.
  3. # You can use CoffeeScript in this file: http://coffeescript.org/
  4. $(document).on "ready page:change", ->
  5. $('.store .entry > img').click ->
  6. $(this).parent().find(':submit').click()