From 955b30a871209797bf2182bca33e4d5c797623b9 Mon Sep 17 00:00:00 2001 From: niphlod Date: Tue, 28 Jun 2016 21:36:59 +0200 Subject: [PATCH] fixes #1364 --- applications/welcome/static/js/web2py-bootstrap3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/welcome/static/js/web2py-bootstrap3.js b/applications/welcome/static/js/web2py-bootstrap3.js index f988cc20..91f3d8ff 100644 --- a/applications/welcome/static/js/web2py-bootstrap3.js +++ b/applications/welcome/static/js/web2py-bootstrap3.js @@ -11,7 +11,7 @@ $('form input[type="submit"]:not([class^="btn"]), form input[type="button"]:not([class^="btn"])', target).addClass('btn btn-default'); /* javascript for PasswordWidget*/ $('input[type=password][data-w2p_entropy]', target).each(function() { - web2py.validate_entropy($(this)); + $.web2py.validate_entropy($(this)); }); /* javascript for ListWidget*/ $('ul.w2p_list', target).each(function() {