mirror of
https://github.com/pandorabox-io/banners.git
synced 2025-01-08 17:10:32 +01:00
stray whitespace fixups
This commit is contained in:
parent
aa514d114a
commit
deb750af99
@ -167,7 +167,7 @@ function smartfs._makeState_(form, player, params, is_inv)
|
|||||||
res.size = self._size
|
res.size = self._size
|
||||||
end
|
end
|
||||||
|
|
||||||
for key,val in pairs(self._ele) do
|
for key, val in pairs(self._ele) do
|
||||||
res.ele[key] = val.data
|
res.ele[key] = val.data
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -452,7 +452,7 @@ smartfs.element("toggle", {
|
|||||||
.. ";" .. self.data.list[self.data.id]
|
.. ";" .. self.data.list[self.data.id]
|
||||||
.. "]"
|
.. "]"
|
||||||
end,
|
end,
|
||||||
submit = function(self,fields)
|
submit = function(self, fields)
|
||||||
if fields[self.name] then
|
if fields[self.name] then
|
||||||
self.data.id = self.data.id + 1
|
self.data.id = self.data.id + 1
|
||||||
if self.data.id > #self.data.list then
|
if self.data.id > #self.data.list then
|
||||||
|
Loading…
Reference in New Issue
Block a user