This commit is contained in:
vitalets 2013-03-06 22:32:04 +04:00
parent f4a5a548e1
commit e4565910cc

@ -47,7 +47,8 @@ Applied as jQuery method.
}
});
//close containers when click outside
//close containers when click outside
//(mousedown could be better than click, it closes everything also on drag drop)
$(document).on('click.editable', function(e) {
var $target = $(e.target), i,
exclude_classes = ['.editable-container',