fix poshytip apply of container popup class

This commit is contained in:
vitalets 2013-06-23 18:23:01 +04:00
parent 81231f9b06
commit 21c1dec3bc

@ -43,7 +43,7 @@
this.call('update', $content);
this.call('show');
this.tip().addClass('editable-container');
this.tip().addClass(this.containerClass);
this.$form.data('editableform').input.activate();
},