[IMP] Minor change to add close event on api popup.

bzr revid: jra@tinyerp.com-20120626130503-bpq1113uitq8avvh
This commit is contained in:
Jiten (OpenERP) 2012-06-26 18:35:03 +05:30
parent 07523bd234
commit df620eb725
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ openerp.web_linkedin = function(instance) {
modal: true,
width : 840,
height:500,
close: function(){ self.dialog.remove();},
buttons:[
{
text: _t("Ok"),