Sha256: 09388867204b7861327bf1e5e24a5f217c8687580d094bfb66739e8b9d20721d

Contents?: true

Size: 429 Bytes

Versions: 2

Compression:

Stored size: 429 Bytes

Contents

$("#form-container #brick-form").modal('hide')
$("#form-container #brick-form").remove()

$("#form-container").append("#{j(render('kuhsaft/cms/bricks/new', :brick => @brick, :format => :html))}")

$("#form-container").find('textarea.ckeditor').each(function (index, elem) { initCKEditor(elem.id) })

-# Stop propagation of display styles dropdown
stopPropagationOfDisplayStyles($('#display-styles ul'))

$("#brick-form").modal()

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kuhsaft-2.3.1 app/views/kuhsaft/cms/bricks/new.js.haml
kuhsaft-2.3.0 app/views/kuhsaft/cms/bricks/new.js.haml