[IMP] Minor change to add close event on api popup.
authorJiten (OpenERP) <jra@tinyerp.com>
Tue, 26 Jun 2012 13:05:03 +0000 (18:35 +0530)
committerJiten (OpenERP) <jra@tinyerp.com>
Tue, 26 Jun 2012 13:05:03 +0000 (18:35 +0530)
bzr revid: jra@tinyerp.com-20120626130503-bpq1113uitq8avvh

addons/web_linkedin/static/src/js/linkedin.js

index 9826200..6b896e1 100644 (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"),