luci-mod-freifunk: replace calls to get_all() with separate get() calls 2449/head
authorpmelange <isprotejesvalkata@gmail.com>
Fri, 11 Jan 2019 11:54:55 +0000 (12:54 +0100)
committerpmelange <isprotejesvalkata@gmail.com>
Fri, 11 Jan 2019 12:01:42 +0000 (13:01 +0100)
commitfb9721244cde5f306e8b6b4fe9fc492021604424
treec763ed6a7b6f9abc576864c3135665dd19ad5f23
parent04d60f2144ea33ba935ac13c90a827e4a951a33e
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