Commit 21451d40 authored by Johannes Bill's avatar Johannes Bill

fixed style for columncount in weekview

parent 01bc7ab3
......@@ -44,7 +44,7 @@ function createWeekView(dataObj, now) {
var hasMaybe = hoursMaybe(oHours);
var className = 'weekview';
var content = '<div class="weekview-container"><table class="weekview-table weekview-' + (tableWidth + 2 + hasMaybe ? 1 : 0) + 'col">';
var content = '<div class="weekview-container"><table class="weekview-table weekview-' + (tableWidth + 2 + (hasMaybe ? 1 : 0)) + 'col">';
content += '<tbody>';
for (var i = 0; i < noOfDays; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment