Hi all.
I have this function:
scheduler.attachEvent("onAfterLightbox", function(){
window.setTimeout("window.location.reload(true);", 1000);
});
and work perfectly.
Whenever I close lightbox or save event the page reload.
But now I want reload windows only if the new event is Today and not if the new event is in the future.
Can someone help me?
Thank You
Sondra