Sha256: 54484e1ca4a4171d3702a9803f042b6d2543a39adbfb99c95e539c8e7e7abdeb
Contents?: true
Size: 243 Bytes
Versions: 30
Compression:
Stored size: 243 Bytes
Contents
var editor = $(".wysihtml5-container[data-object-id=<%= params[:object_id] %>]").data('wysihtml5'); editor.focus(); editor.composer.commands.exec("createLink", { href: "<%= params[:link] %>", target: "_self" }); editor.focus(); $.hideModal();
Version data entries
30 entries across 30 versions & 1 rubygems