hebcal/hebcal-js

Testing examples

Chajmke opened this issue · 1 comments

Dumb questions from dumb users: Changing the hebcal.js to hebcal.noloc.js deactivates all functions and it doesn't work. I guess I missed something (?)

figured it out ... i think...
you have to insert execution code in the end of your script:
you can also try to input this in the browser "console".

  1. Obsolete method (also works but you get a warning in console) - Hebcal.onready();
  2. New recommended by developer (i think...) - Hebcal.events.on('ready', function () {});