themes : argon-mod : fix bug and format
This commit is contained in:
parent
f56f6064c4
commit
9ee438dea2
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
LUCI_TITLE:=Argon Light Mod Theme
|
||||
LUCI_DEPENDS:=
|
||||
PKG_VERSION:=1.4
|
||||
PKG_RELEASE:=02-20200101
|
||||
PKG_RELEASE:=03-20200101
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -196,7 +196,7 @@
|
||||
math.randomseed(os.time())
|
||||
|
||||
local bgcount = 0
|
||||
for f in ipairs(glob("/www/luci-static/argon_mc1/img/*")) do
|
||||
for f in ipairs(glob("/www/luci-static/argon_light/img/*")) do
|
||||
bgcount = bgcount + 1
|
||||
end
|
||||
|
||||
|
||||
@ -196,7 +196,7 @@
|
||||
math.randomseed(os.time())
|
||||
|
||||
local bgcount = 0
|
||||
for f in ipairs(glob("/www/luci-static/argon_mc1/img/*")) do
|
||||
for f in ipairs(glob("/www/luci-static/argon_light_green/img/*")) do
|
||||
bgcount = bgcount + 1
|
||||
end
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user