mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
8 lines
152 B
CoffeeScript
8 lines
152 B
CoffeeScript
($ '#cancel_link').click (event) ->
|
|
event.preventDefault()
|
|
|
|
($ '.no-objects-found').show()
|
|
|
|
($ '#new_image_link').show()
|
|
($ '#images').html('')
|