Shopify / dashing

The exceptionally handsome dashboard framework in Ruby and Coffeescript.
http://shopify.github.com/dashing/
MIT License
10.99k stars 1.18k forks source link

run job on page refresh #752

Open rkulow opened 6 years ago

rkulow commented 6 years ago

I'm trying to update the date of a widget with a countdown function through an job. This is all working. But now, when the page is refreshed, the job must start. How can I solve this problem? After the page refresh, the coffee script was executed, but not the job.