Merged in [11713] from rjsparks@nostrum.com:
Last bit of cleanup of week/room-view js. - Legacy-Id: 11719 Note: SVN reference [11713] has been migrated to Git commit 9d40e6d69a4ee3bb029b769286cc026933060ec2
This commit is contained in:
parent
e14e1a9963
commit
691fb20ed8
|
@ -132,11 +132,11 @@
|
|||
var border = 1;
|
||||
|
||||
|
||||
setInterval("animate()",50);
|
||||
setInterval(animate,50);
|
||||
|
||||
function draw_calendar()
|
||||
{
|
||||
window.setTimeout("draw_calendar()",1000);
|
||||
window.setTimeout(draw_calendar,1000);
|
||||
|
||||
var width = document.body.clientWidth;
|
||||
var height = document.body.clientHeight;
|
||||
|
|
Loading…
Reference in a new issue