engine/app/assets/javascripts/locomotive/views/theme_assets/edit_view.js.coffee

9 lines
351 B
CoffeeScript
Raw Normal View History

2011-12-07 01:09:13 +00:00
Locomotive.Views.ThemeAssets ||= {}
class Locomotive.Views.ThemeAssets.EditView extends Locomotive.Views.ThemeAssets.FormView
save: (event) ->
@save_in_ajax event, on_success: (response, xhr) =>
help = @$('.inner > p.help')
help.find('b').html(response.dimensions)
help.find('a').html(response.url).attr('href', response.url)