luci/modules/luci-base/htdocs/luci-static/resources
Jo-Philipp Wich dc0211803e luci-base: ui.js: fix multi vs. multiple keyword confusion
The "luci.form" and "luci.tools.widgets" classes use the "multiple"
keyword while ui.js uses "multi" internally, leading to single-value
dropdowns widget values getting stored as uci lists.

Fix the issue by using "multiple" everywhere.

Fixes: #2871
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-19 10:39:54 +02:00
..
cbi resources/icons: Use gifsicle to save a few bytes. 2015-10-09 16:00:57 -07:00
icons luci-base: remove unused icons 2018-07-17 16:19:00 +02:00
tools treewide: switch to shared isObject(), toArray() and sortedKeys() helpers 2019-07-07 20:11:35 +02:00
cbi.js luci-base: cbi.js: fix number rounding in string.format() 2019-07-07 15:36:26 +02:00
firewall.js treewide: switch to shared isObject(), toArray() and sortedKeys() helpers 2019-07-07 20:11:35 +02:00
form.js luci-base: fix label-to-input association in js cbi maps 2019-07-09 14:09:22 +02:00
luci.js luci-base: luci.js: add Promise.finally polyfill 2019-07-12 10:42:41 +02:00
network.js luci-base: properly handle getWifiNetidBySid() return value 2019-07-09 17:50:21 +02:00
promis.min.js luci-base: add ES6 Promise polyfill for IE < Edge 2019-07-07 15:25:49 +02:00
rpc.js luci-base: rpc.js: drop batch api 2019-07-07 15:36:25 +02:00
uci.js luci-base: uci.js: track packages affected by reorder operations 2019-07-07 15:36:26 +02:00
ui.js luci-base: ui.js: fix multi vs. multiple keyword confusion 2019-07-19 10:39:54 +02:00
validation.js luci-base: validation.js: fix nested function declarations 2019-07-11 15:04:54 +02:00
xhr.js luci-base: luci.js: add HTTP request functions 2019-07-07 15:25:49 +02:00