bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-01-21 04:36:21 +03:00
parent cdc50df278
commit 2c628341a6

View File

@ -420,8 +420,8 @@ if(typeof(jQuery) != typeof(undefined)){
if(options == false){
this
.removeProp('contenteditable')
.removeProp('tabindex')
.removeAttr('contenteditable')
.removeAttr('tabindex')
.removeClass('editable-field')
var events = this.data('editable-field-events')