details:   /erp/devel/pi/rev/7e4fbf963810
changeset: 6512:7e4fbf963810
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Fri Feb 26 12:41:50 2010 +0100
summary:   Related to issue 12479: Now utils.js has relative references -part4

diffstat:

 web/js/utils.js |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 4cc57d7e23c7 -r 7e4fbf963810 web/js/utils.js
--- a/web/js/utils.js   Fri Feb 26 12:19:04 2010 +0100
+++ b/web/js/utils.js   Fri Feb 26 12:41:50 2010 +0100
@@ -2384,7 +2384,7 @@
 
 function isVisibleElement(obj, appWindow) {
   if (appWindow == null || appWindow == 'null' || appWindow == '') {
-    appWindow = top;
+    appWindow = getFrame('main');
   }
   var parentElement = obj;
   try {

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to