Sha256: db8eb2a1cf17537b98ec14c2d914959f16f074f1075c775694130618171ebb14
Contents?: true
Size: 465 Bytes
Versions: 13
Compression:
Stored size: 465 Bytes
Contents
<%- if @brick.errors.any? %> $("#brick-form").modal('attention'); <%- end %> $("#brick-form").empty(); $("#brick-form").append(<%= render('kuhsaft/cms/bricks/new', :brick => @brick, :format => :html).to_json.html_safe %>); $("#brick-form").find('textarea.ckeditor').each(function (index, elem) { initCKEditor(elem.id) }); $("#brick-form").modal('show'); // Stop propagation of display styles dropdown stopPropagationOfDisplayStyles($('#display-styles ul'));
Version data entries
13 entries across 13 versions & 2 rubygems