Content deleted Content added
No edit summary |
No edit summary |
||
Line 284:
end
--[[--------------------------<
Given the Configuration.js and name of holiday return if data type is usercalc, jsonfile or not-found (nil)▼
▲ Given the Configuration.js and name of a holiday, return
Return nil if no holiday found
]]
Line 293:
local numRecords = tableLength(jsoncfg.main.event)
for
if jsoncfg.main.event[
if jsoncfg.main.event[
return "calculator",
elseif jsoncfg.main.event[
return "localfile",
else
return nil, nil
end
end
end
return nil, nil
|