summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
authorSebastian Wagner2011-09-05 15:24:17 +0200
committerSebastian Wagner2011-09-05 15:24:17 +0200
commitc050c638d0c8475241ceccf33ee22df1f01181be (patch)
treebfc4364c08382cc85af18854885da1dc2b7c4635 /application/views/scripts
parenteventResize- and eventDrop Function added (diff)
downloadpoolctrl-c050c638d0c8475241ceccf33ee22df1f01181be.tar.gz
poolctrl-c050c638d0c8475241ceccf33ee22df1f01181be.tar.xz
poolctrl-c050c638d0c8475241ceccf33ee22df1f01181be.zip
rename eventStates
Diffstat (limited to 'application/views/scripts')
-rw-r--r--application/views/scripts/event/index.phtml5
1 files changed, 2 insertions, 3 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index f4efc20..634d65c 100644
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -66,8 +66,8 @@ var lastview;
right: 'agendaWeek,agendaDay'
},
editable: true,
-// disableDragging: false,
-// droppable: true,
+// disableDragging: false,
+// droppable: true,
selectable: true,
selectHelper: true,
defaultView: 'agendaWeek',
@@ -111,7 +111,6 @@ var lastview;
"New start: " + newStart + "\n" +
"New end: " + newEnd);
-
}
},