mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 02:59:20 +01:00
fixes #632
This commit is contained in:
parent
0e9799f24a
commit
8fe0d96eff
@ -1887,7 +1887,7 @@ editPublication = function(initialPublication, initialCategoryID)
|
|||||||
) or
|
) or
|
||||||
nil,
|
nil,
|
||||||
source_url = lastDependencyType ~= 3 and urlInput.text or nil,
|
source_url = lastDependencyType ~= 3 and urlInput.text or nil,
|
||||||
preview = lastDependencyType == 4
|
preview = (lastDependencyType == 4) and 1 or 0
|
||||||
})
|
})
|
||||||
|
|
||||||
container:remove()
|
container:remove()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user