Skip to content

Commit

Permalink
New events appear as such when watching event list
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Aug 7, 2012
1 parent 80541c0 commit e57660a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/views/_events.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</script>
<script>
$(document).ready(function() {
var highlightFrom = window.location.search.substring(0,15) == "?highlightFrom=" ? parseInt(window.location.search.substring(15)) : false;
var highlightFrom = window.location.search.substring(0,15) == "?highlightFrom=" ? parseInt(window.location.search.substring(15)) : Date.now();
var init = function() {
var event_template = document.getElementById('event_template').innerHTML;
var ejs = require('ejs');
Expand Down

0 comments on commit e57660a

Please sign in to comment.