Fix to the opacity for drag and drop / new events, etc

This commit is contained in:
sean kenny
2014-08-13 12:19:14 +01:00
parent 17954efbb3
commit 5e0582f0f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ setDefaults({
},
dragOpacity: {
agenda: .5
resource: .5
},
minTime: '00:00:00',
maxTime: '24:00:00',
+1 -1
View File
@@ -46,7 +46,7 @@ function ResourceView(element, calendar, viewName) {
t.getSlotSegmentContainer = function() { return slotSegmentContainer; };
t.getSlotContainer = function() { return slotContainer; };
t.getRowCnt = function() { return 1; };
t.getColCnt = function() { return 1; };
t.getColCnt = function() { return colCnt; };
t.getColWidth = function() { return colWidth; };
t.getSnapHeight = function() { return snapHeight; };
t.getSnapDuration = function() { return snapDuration; };