details: /erp/devel/pi/rev/314b084f21b9
changeset: 6490:314b084f21b9
user: David Baz Fayos <david.baz <at> openbravo.com>
date: Thu Feb 25 11:42:46 2010 +0100
summary: Fixed issue 12464: Back button now works again
diffstat:
src/org/openbravo/erpCommon/security/Login_F1.html | 2 +-
web/js/utils.js | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (42 lines):
diff -r 93dda800a37d -r 314b084f21b9
src/org/openbravo/erpCommon/security/Login_F1.html
--- a/src/org/openbravo/erpCommon/security/Login_F1.html Thu Feb 25
11:04:05 2010 +0100
+++ b/src/org/openbravo/erpCommon/security/Login_F1.html Thu Feb 25
11:42:46 2010 +0100
@@ -78,7 +78,7 @@
clearForm();
} catch (e) {}
setWindowElementFocus('firstElement');
- if ((!revisionControl('6472')) || (isOpsInstance() !=
isOpsInstanceCached())) {
+ if ((!revisionControl('6490')) || (isOpsInstance() !=
isOpsInstanceCached())) {
alert("Your browser's cache has outdated files. Please clean it and
reload the page.");
}
diff -r 93dda800a37d -r 314b084f21b9 web/js/utils.js
--- a/web/js/utils.js Thu Feb 25 11:04:05 2010 +0100
+++ b/web/js/utils.js Thu Feb 25 11:42:46 2010 +0100
@@ -72,7 +72,7 @@
* Return a number that would be checked at the Login screen to know if the
file is cached with the correct version
*/
function getCurrentRevision() {
- var number = '6472';
+ var number = '6490';
return number;
}
@@ -3941,7 +3941,7 @@
//if (navigator.userAgent.toUpperCase().indexOf("MSIE") != -1) {
// history.back();
//} else {
- openLink(appUrl + 'secureApp/GoBack.html', 'appFrame');
+ openLink(appUrl + '/secureApp/GoBack.html', 'appFrame');
//}
}
@@ -4143,7 +4143,7 @@
displayLogic();
changeAuditIcon(strShowAudit);
var paramXMLReq = null;
- submitXmlHttpRequest(xx, null, 'CHANGE', appUrl + "utility/ChangeAudit",
false, null, paramXMLReq);
+ submitXmlHttpRequest(xx, null, 'CHANGE', appUrl + "/utility/ChangeAudit",
false, null, paramXMLReq);
return true;
}
------------------------------------------------------------------------------
Download Intel® 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