From: Jo-Philipp Wich Date: Sat, 1 Feb 2014 18:03:55 +0000 (+0000) Subject: luci2: Add missing CSS classes to LuCI2.cbi.ComboBox widget, fix attaching of event... X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci2%2Fui.git;a=commitdiff_plain;h=1bcb587b9fbd9c513a7f60e6cb6de22eb564e79e luci2: Add missing CSS classes to LuCI2.cbi.ComboBox widget, fix attaching of event handlers --- diff --git a/luci2/htdocs/luci2/luci2.js b/luci2/htdocs/luci2/luci2.js index 45584e7..c6c13a1 100644 --- a/luci2/htdocs/luci2/luci2.js +++ b/luci2/htdocs/luci2/luci2.js @@ -5660,17 +5660,19 @@ function LuCI2() .attr('id', this.id(sid)); var t = $('') + .addClass('form-control') .attr('type', 'text') .hide() .appendTo(d); var s = $('