summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts')
-rw-r--r--application/views/scripts/event/index.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index e858338..0c2a2c0 100644
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -115,8 +115,8 @@ var lastview;
if (!confirm("Are you sure to add an Event from " + startDate + " to " + endDate + " ?")) {
$('#calendar').fullCalendar( 'unselect' );
}else {
- self.location="/event/add/";
- //self.location="/event/add/evstart" + startDate + "/evend" + endDate;
+ //self.location="/event/add/";
+ self.location="/event/add/evstart/" + startDate + "/evend/" + endDate;
//$.post("/event/add/evstart" + startDate + "/evend" + endDate);
}