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
1=== modified file 'addons/openerp/static/javascript/form.js'
2--- addons/openerp/static/javascript/form.js 2013-03-01 13:00:15 +0000
3+++ addons/openerp/static/javascript/form.js 2013-03-27 17:27:32 +0000
4@@ -187,11 +187,12 @@
5 jQuery("<tr>").append(
6 jQuery("<td>", {'colspan': 2, align: 'right'}).append(
7 jQuery("<a>", {'class': 'button-a', 'href': 'javascript: void(0)'})
8- .click(function(){jQuery.fancybox.close();})
9+ //.click(function(){jQuery.fancybox.close();})
10+ .click(function(){window.top.jQuery.fancybox.close();})
11 .text('OK')
12 )
13 ));
14- jQuery.fancybox(error, {scrolling: 'no'});
15+ window.top.jQuery.fancybox(error, {scrolling: 'no'});
16 }
17
18

Subscribers

People subscribed via source and target branches

to all changes: