Commit 56ed47b3 by Peter Fogg

Allow single-click video creation.

parent 782cb054
......@@ -64,6 +64,9 @@ class CMS.Views.UnitEdit extends Backbone.View
event.preventDefault()
type = $(event.currentTarget).data('type')
if type == 'video'
$('.new-component-video .new-component-template a').click()
return
@$newComponentTypePicker.slideUp(250)
@$(".new-component-#{type}").slideDown(250)
$('html, body').animate({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment