mirror of
https://github.com/kepler155c/opus
synced 2025-10-22 11:17:40 +00:00
Forms - dialogs
This commit is contained in:
@@ -46,13 +46,13 @@ function urlfs.open(node, fn, fl)
|
||||
synchronized(node.url, function()
|
||||
c = Util.download(node.url)
|
||||
end)
|
||||
if c and #c > 0 then
|
||||
if c then
|
||||
node.cache = c
|
||||
node.size = #c
|
||||
end
|
||||
end
|
||||
|
||||
if not c or #c == 0 then
|
||||
if not c then
|
||||
return
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user