From 5eb2d7b9ee1d3d0744c7196d904d6cbce1af89b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonel=20C=C3=A2mara?= Date: Thu, 5 Feb 2015 09:34:37 +0000 Subject: [PATCH] minor (removed extra space) --- applications/welcome/static/js/web2py.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/welcome/static/js/web2py.js b/applications/welcome/static/js/web2py.js index 09873169..cd4fcc59 100644 --- a/applications/welcome/static/js/web2py.js +++ b/applications/welcome/static/js/web2py.js @@ -515,7 +515,7 @@ /* restore element to its original state which was disabled by 'disableElement' above*/ enableElement: function(el) { - var method = el.is('button') ? 'html' : 'val'; + var method = el.is('button') ? 'html' : 'val'; if(el.data('w2p_enable_with') !== undefined) { /* set to old enabled state */ el[method](el.data('w2p_enable_with'));