fix popover positioning for non-static

This commit is contained in:
vitalets
2012-11-20 19:24:24 +04:00
parent 89ac2389c3
commit 8f58b4488b
3 changed files with 55 additions and 33 deletions

@ -85,7 +85,7 @@ Applied as jQuery method.
this.tip().addClass('editable-container');
this.initForm();
this.tip().find(this.innerCss).empty().append(this.$form);
this.tip().find(this.innerCss).empty().append(this.$form);
this.$form.editableform('render');
},