summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-11 14:32:01 +0200
committerBjörn Geiger2011-10-11 14:32:01 +0200
commit2b32abad31bfae9f8a61d4805ee82dd372838888 (patch)
tree7b527963869e34802a4460b9edab7ab8e4967978 /application/views
parentminor (diff)
downloadpoolctrl-2b32abad31bfae9f8a61d4805ee82dd372838888.tar.gz
poolctrl-2b32abad31bfae9f8a61d4805ee82dd372838888.tar.xz
poolctrl-2b32abad31bfae9f8a61d4805ee82dd372838888.zip
kleine änderung
Diffstat (limited to 'application/views')
-rwxr-xr-xapplication/views/scripts/event/index.phtml7
1 files changed, 5 insertions, 2 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index 8414610..d40e119 100755
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -392,7 +392,8 @@ var dayClick = false;
},
"Resize just this Event": function() {
$(this).dialog("close");
- $.post("/event/eventresize/evid/" + event.id + "/evend/" + event.end + "/poolID/" + $("#poolselectbox option:selected").val());
+ $.post("/event/eventresize/evid/" + event.id + "/evend/" + event.end + "/poolID/" + $("#poolselectbox option:selected").val());
+ event.repeat = 0;
},
"Resize all Events": function() {
$(this).dialog("close");
@@ -430,7 +431,8 @@ var dayClick = false;
},
"OK": function() {
$(this).dialog("close");
- $.post("/event/eventmove/evid/" + event.id + "/evstart/" + event.start + "/evend/" + event.end);
+ $.post("/event/eventmove/evid/" + event.id + "/evstart/" + event.start + "/evend/" + event.end);
+ event.repeat = 0;
}
},
open: function () {
@@ -456,6 +458,7 @@ var dayClick = false;
"Move just this Event": function() {
$(this).dialog("close");
$.post("/event/eventmove/evid/" + event.id + "/evstart/" + event.start + "/evend/" + event.end);
+ event.repeat = 0;
},
"Move all Events": function() {
$(this).dialog("close");