Merge lp:~unifield-team/unifield-web/uf-1309 into lp:unifield-web

Proposed by jftempo
Status: Merged
Merged at revision: 4701
Proposed branch: lp:~unifield-team/unifield-web/uf-1309
Merge into: lp:unifield-web
Diff against target: 16 lines (+3/-2)
1 file modified
addons/openerp/static/javascript/form.js (+3/-2)
To merge this branch: bzr merge lp:~unifield-team/unifield-web/uf-1309
Reviewer Review Type Date Requested Status
UniField Dev Team Pending
Review via email: mp+155803@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'addons/openerp/static/javascript/form.js'
--- addons/openerp/static/javascript/form.js 2013-03-01 13:00:15 +0000
+++ addons/openerp/static/javascript/form.js 2013-03-27 17:27:32 +0000
@@ -187,11 +187,12 @@
187 jQuery("<tr>").append(187 jQuery("<tr>").append(
188 jQuery("<td>", {'colspan': 2, align: 'right'}).append(188 jQuery("<td>", {'colspan': 2, align: 'right'}).append(
189 jQuery("<a>", {'class': 'button-a', 'href': 'javascript: void(0)'})189 jQuery("<a>", {'class': 'button-a', 'href': 'javascript: void(0)'})
190 .click(function(){jQuery.fancybox.close();})190 //.click(function(){jQuery.fancybox.close();})
191 .click(function(){window.top.jQuery.fancybox.close();})
191 .text('OK')192 .text('OK')
192 )193 )
193 ));194 ));
194 jQuery.fancybox(error, {scrolling: 'no'});195 window.top.jQuery.fancybox(error, {scrolling: 'no'});
195}196}
196197
197198

Subscribers

People subscribed via source and target branches

to all changes: