Sha256: 56a2a9a6c2b3b9307f839a0d0eb312b0e148737ef6174d745efb6142edf6ae94
Contents?: true
Size: 464 Bytes
Versions: 14
Compression:
Stored size: 464 Bytes
Contents
<%- if @brick.errors.any? %> $("#brick-form").modal('attention'); <%- end %> $("#brick-form").empty(); $("#brick-form").append(<%= render('qbrick/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
14 entries across 14 versions & 1 rubygems