summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
authorsebastian wagner2011-09-14 17:18:08 +0200
committersebastian wagner2011-09-14 17:18:08 +0200
commitab7c12e88faa24dad254920ad701f71693e4d389 (patch)
tree7a15b888ad831db96d540e492c1472c9ae12dfcd /application/views/scripts
parentdeletewdh events (diff)
downloadpoolctrl-ab7c12e88faa24dad254920ad701f71693e4d389.tar.gz
poolctrl-ab7c12e88faa24dad254920ad701f71693e4d389.tar.xz
poolctrl-ab7c12e88faa24dad254920ad701f71693e4d389.zip
immediate check
Diffstat (limited to 'application/views/scripts')
-rwxr-xr-xapplication/views/scripts/event/index.phtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index 525c854..4f18657 100755
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -224,7 +224,9 @@ var poolIDtmp;
} else {
// this is the dblclick
$(this).qtip("destroy");
- self.location = "/event/edit/eventID/" + event.id + "/poolID/" + $("#poolselectbox option:selected").val();
+ if(event.immediate == 0) {
+ self.location = "/event/edit/eventID/" + event.id + "/poolID/" + $("#poolselectbox option:selected").val();
+ }
}
},