Skip to content

Commit

Permalink
Item12047: removed debug leftover
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/JQGanttContrib@15301 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Aug 20, 2012
1 parent 622205f commit 4acff18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pub/System/JQGanttContrib/jquery.gantt.uncompressed.js
Expand Up @@ -939,7 +939,6 @@
default:
var cd = Date.parse(new Date());
cd = (Math.floor(cd / 36400000) * 36400000);
console.log("cd=",cd);
$(element).find(':findday("' + cd + '")').removeClass('wd').addClass('today');
break;
}
Expand Down

0 comments on commit 4acff18

Please sign in to comment.