details:   https://code.openbravo.com/erp/devel/pi/rev/82c2bef68eed
changeset: 22769:82c2bef68eed
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Tue Mar 25 18:09:00 2014 +0100
summary:   related to bug 25910: return super value

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-quick-launch.js
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 94e5e1fa789b -r 82c2bef68eed 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-quick-launch.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-quick-launch.js
        Tue Mar 25 14:52:29 2014 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-quick-launch.js
        Tue Mar 25 18:09:00 2014 +0100
@@ -122,7 +122,7 @@
         return false;
       }
     }
-    this.Super('click', arguments);
+    return this.Super('click', arguments);
   },
 
   // handle the case that someone entered a url in the quick launch

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to