mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
cdc50df278
commit
2c628341a6
@ -420,8 +420,8 @@ if(typeof(jQuery) != typeof(undefined)){
|
|||||||
|
|
||||||
if(options == false){
|
if(options == false){
|
||||||
this
|
this
|
||||||
.removeProp('contenteditable')
|
.removeAttr('contenteditable')
|
||||||
.removeProp('tabindex')
|
.removeAttr('tabindex')
|
||||||
.removeClass('editable-field')
|
.removeClass('editable-field')
|
||||||
|
|
||||||
var events = this.data('editable-field-events')
|
var events = this.data('editable-field-events')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user