0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-02 10:38:56 +00:00
Files
luci/modules/luci-mod-network
Paul Donald 6c061b644c luci-mod-network: fix handleAdd in wireless.js
handleAdd did not work correctly for a while: some state was not cleaned
up (try: wireless -> add -> no changes -> click dismiss -> press save).

The state is now properly removed when pressing dismiss, by stashing
addedSection correctly under the map m and not in this.

Also requires a null check in render_modal_status.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2025-04-01 18:10:30 +02:00
..