details:   /erp/devel/pi/rev/fd7dd0f300b7
changeset: 6519:fd7dd0f300b7
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Fri Feb 26 16:44:28 2010 +0100
summary:   Related to issue 12479: Now dojo.js has relative references

diffstat:

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

diffs (12 lines):

diff -r 4b33212d14a2 -r fd7dd0f300b7 web/js/dojo/dojo.js
--- a/web/js/dojo/dojo.js       Fri Feb 26 20:33:46 2010 +0530
+++ b/web/js/dojo/dojo.js       Fri Feb 26 16:44:28 2010 +0100
@@ -11518,7 +11518,7 @@
 };
 this.registerAllWindows=function(_a79){
 if(!_a79){
-_a79=dojo.html.getDocumentWindow(window.top&&window.top.document||window.document);
+_a79=dojo.html.getDocumentWindow(window.document);
 }
 this.registerWin(_a79);
 for(var i=0;i<_a79.frames.length;i++){

------------------------------------------------------------------------------
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