hide container after triggering save event

This commit is contained in:
vitalets
2013-01-17 14:52:04 +04:00
parent b0dd701b78
commit 983d011bc7
4 changed files with 10 additions and 6 deletions

@ -104,7 +104,7 @@ $(function(){
}
text = $.isArray(text) ? text.join(this.options.viewseparator) : text;
$(element).text(text);
},