We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b428e46 commit 2b9a057Copy full SHA for 2b9a057
js/jquery.fn.gantt.js
@@ -713,7 +713,7 @@
713
}
714
715
dayArr.push('<div class="row date ' + day_class + '" '
716
- + ' id="dh-' + tools.genId(rday.getTime()) + '" offset="' + i * tools.getCellSize() + '" repdate="' + rday.genRepDate() + '> '
+ + ' id="dh-' + tools.genId(rday.getTime()) + '" offset="' + i * tools.getCellSize() + '" repdate="' + rday.genRepDate() + '"> '
717
+ ' <div class="fn-label">' + rday.getDate() + '</div></div>');
718
dowArr.push('<div class="row day ' + day_class + '" '
719
+ ' id="dw-' + tools.genId(rday.getTime()) + '" repdate="' + rday.genRepDate() + '"> '
0 commit comments