mirror of
https://github.com/pandorabox-io/banners.git
synced 2025-01-06 16: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
|
||||
end
|
||||
|
||||
for key,val in pairs(self._ele) do
|
||||
for key, val in pairs(self._ele) do
|
||||
res.ele[key] = val.data
|
||||
end
|
||||
|
||||
@ -452,7 +452,7 @@ smartfs.element("toggle", {
|
||||
.. ";" .. self.data.list[self.data.id]
|
||||
.. "]"
|
||||
end,
|
||||
submit = function(self,fields)
|
||||
submit = function(self, fields)
|
||||
if fields[self.name] then
|
||||
self.data.id = self.data.id + 1
|
||||
if self.data.id > #self.data.list then
|
||||
|
Loading…
Reference in New Issue
Block a user