luci-theme-argonv3: sync with upstream source
This commit is contained in:
parent
b285e6f5ac
commit
51ab997a54
@ -47,8 +47,12 @@
|
||||
return resultStrList
|
||||
end
|
||||
|
||||
local themepkg = ipkg.info("luci-theme-argon")
|
||||
local theme_version = split(themepkg["luci-theme-argon"]["Version"],"-")
|
||||
local themepkg = ipkg.info("luci-theme-argon*")
|
||||
local theme_info
|
||||
for k,v in pairs(themepkg) do
|
||||
theme_info = v
|
||||
end
|
||||
local theme_version = split(theme_info["Version"],"-")
|
||||
%>
|
||||
</div>
|
||||
<footer class="mobile-hide">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user