Module:Calendar date/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 355:
local cfg, json = nil
cfg = mw.text.jsonDecode( cfgfile:getContent() )
if not cfg then
return inlineError("holiday", 'Error in file Template:' .. tname .. '/Configuration.js', tname) .. createTracking()
end
local isAvail, it = isHolidayAvail( cfg, holiday )
if isAvail then