Sha256: 69773fa83d505ca3eab27379d61939a6544807afe88f9e9d870622c0a589cbfc
Contents?: true
Size: 282 Bytes
Versions: 28
Compression:
Stored size: 282 Bytes
Contents
$(document).ready -> $(document).on 'mousedown', '.save-action', (e) -> # triggers also when submitting form with enter for instance of CKEDITOR.instances editor = CKEDITOR.instances[instance] if editor.checkDirty() editor.updateElement(); return true;
Version data entries
28 entries across 28 versions & 2 rubygems