From b28cc5b5c31ed28bd8f8e9824542799ed1f3a1c9 Mon Sep 17 00:00:00 2001 From: Wojciech Barcik Date: Wed, 29 Aug 2018 18:45:57 +0200 Subject: [PATCH] Glyphicons replaced with awasome icons in list widget, fix #1974 --- applications/welcome/static/js/web2py-bootstrap4.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/welcome/static/js/web2py-bootstrap4.js b/applications/welcome/static/js/web2py-bootstrap4.js index 91f3d8ff..6d42fb4b 100644 --- a/applications/welcome/static/js/web2py-bootstrap4.js +++ b/applications/welcome/static/js/web2py-bootstrap4.js @@ -52,7 +52,7 @@ }); } var ul = this; - $(ul).find(":text").addClass('form-control').wrap("
").after('
').keypress(function(e) { + $(ul).find(":text").addClass('form-control').wrap("
").after('
 
').keypress(function(e) { return (e.which == 13) ? pe(ul, e) : true; }).next().click(function(e) { pe(ul, e);