Should be
setTimeout(() => { loadJSON(); }, 500);
The issue is the ' around loadJSON()
(Initially I was going with copy/paste fail to the formatting of the code sample/error. Hence asking for source to confirm
Should be
setTimeout(() => { loadJSON(); }, 500);
The issue is the ' around loadJSON()
(Initially I was going with copy/paste fail to the formatting of the code sample/error. Hence asking for source to confirm