Content deleted Content added
No edit summary
No edit summary
Line 31:
if site then
local url = site.url
if args.idsceneid then
url = site.modelsUrl .. args.id .. '.html'
elseif args.sceneid then
url = site.updatesUrl .. args.sceneid .. '.html'
elseif args.sceneidid then
url = site.modelsUrl .. args.id .. '.html'
end