From 2c628341a67497f74e76422825786080ea976507 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 21 Jan 2017 04:36:21 +0300 Subject: [PATCH] bugfix... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/util.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/lib/util.js b/ui (gen4)/lib/util.js index f063cd42..91cbc828 100755 --- a/ui (gen4)/lib/util.js +++ b/ui (gen4)/lib/util.js @@ -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')