luci-mod-freifunk: replace calls to get_all() with separate get() calls 2448/head
authorpmelange <isprotejesvalkata@gmail.com>
Fri, 11 Jan 2019 11:54:55 +0000 (12:54 +0100)
committerpmelange <isprotejesvalkata@gmail.com>
Fri, 11 Jan 2019 11:57:52 +0000 (12:57 +0100)
commitd4562ff54461cfb39320af22478e33a13f480fee
tree22958558c7e524bf9a4b3032fa7c25e8db128273
parente3fa766b587a1f8574a0aa979b9e41d9770b38e5
luci-mod-freifunk: replace calls to get_all() with separate get() calls

The get_all() function has changed and how it was used before no
longer works properly.  These changes not only change to individual
get() calls, but actually adds to the readability of the code and reduces
file size.

Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
modules/luci-mod-freifunk/luasrc/view/freifunk/adminindex.htm
modules/luci-mod-freifunk/luasrc/view/freifunk/contact.htm
modules/luci-mod-freifunk/luasrc/view/freifunk/index.htm