mirror of
https://github.com/openwrt/luci.git
synced 2026-06-17 17:03:20 +04:00
c1f55dd43a
Stale state is kept around due to the _init = _init
(re)assignment, and this assignment prevents a refresh.
After running everything through testing, I also
found uci.delete -> uci.remove. I could completely remove
both deleteWifiNetwork functions and still delete
networks, suggesting these go unused. There are no
other references to them anywhere...
Add also pse property, as a follow-up to
8e493db75a
Signed-off-by: Paul Donald <newtwen+github@gmail.com>