# HG changeset patch
# User Rafa Alonso <ral@openbravo.com>
# Date 1450956364 -3600
#      jue dic 24 12:26:04 2015 +0100
# Node ID b6b6fb317a42fecc9eb57e2b2f55796bc217e108
# Parent  1dc85af044d6f20428bb9422c5c3948f84e28772
Related to issue 31702: The buttons will not try to ellipse by default

diff -r 1dc85af044d6 -r b6b6fb317a42 web/org.openbravo.mobile.core/source/component/ob-keypadbasic.js
--- a/web/org.openbravo.mobile.core/source/component/ob-keypadbasic.js	jue dic 24 03:20:00 2015 +0100
+++ b/web/org.openbravo.mobile.core/source/component/ob-keypadbasic.js	jue dic 24 12:26:04 2015 +0100
@@ -214,10 +214,6 @@
     name: 'button',
     classes: 'btnkeyboard'
   }],
-  rendered: function () {
-    this.inherited(arguments);
-    OB.UTIL.createElipsisEffect(this.$.button);
-  },
   redraw: function () {
     this.render();
   },
