Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
thejhh committed May 30, 2012
1 parent b368a5c commit d0583c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/main.js
Expand Up @@ -123,7 +123,7 @@ window.onload = function() {
// TODO: Start fetching new events
function update_events_timer() {
update_events();
setTimeout(update_events_timer, 1000);
setTimeout('update_events_timer()', 1000);
}
update_events_timer();
};
Expand Down

0 comments on commit d0583c8

Please sign in to comment.