details:   /erp/devel/pi/rev/0553452b0fea
changeset: 8202:0553452b0fea
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Mon Aug 23 20:02:03 2010 +0200
summary:   Related to issue 13887: Added MDI KS Compatibility in classic ob 
tabs - part 2

diffstat:

 src/org/openbravo/erpCommon/security/Login_F1.html |  2 +-
 web/js/utils.js                                    |  5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 7423df7bd3ff -r 0553452b0fea 
src/org/openbravo/erpCommon/security/Login_F1.html
--- a/src/org/openbravo/erpCommon/security/Login_F1.html        Mon Aug 23 
16:05:02 2010 +0200
+++ b/src/org/openbravo/erpCommon/security/Login_F1.html        Mon Aug 23 
20:02:03 2010 +0200
@@ -111,7 +111,7 @@
       clearForm();
     } catch (e) {}
     setWindowElementFocus('firstElement');
-    if ((!revisionControl('8155')) || (isOpsInstance() != 
isOpsInstanceCached())) {
+    if ((!revisionControl('8202')) || (isOpsInstance() != 
isOpsInstanceCached())) {
       alert(cacheMsg);
     }
 
diff -r 7423df7bd3ff -r 0553452b0fea web/js/utils.js
--- a/web/js/utils.js   Mon Aug 23 16:05:02 2010 +0200
+++ b/web/js/utils.js   Mon Aug 23 20:02:03 2010 +0200
@@ -89,7 +89,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 = '8155';
+  var number = '8202';
   return number;
 }
 
@@ -1367,8 +1367,9 @@
     case "RIGHTARROW": return 39;
     case "UPARROW": return 38;
     case "DOWNARROW": return 40;
+    case "NUMBERPOSITIVE": return 107;
+    case "NUMBERNEGATIVE": return 109;
     case "NEGATIVE": return 189;
-    case "NUMBERNEGATIVE": return 109;
     case "DECIMAL": return 190;
     case "NUMBERDECIMAL": return 110;
     case "ESCAPE": return 27;

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to