summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wagner2011-10-31 11:56:05 +0100
committerSebastian Wagner2011-10-31 11:56:05 +0100
commitbee74d6a325acd871a18c3b608fbe517750fa470 (patch)
treea78a66d9933338de25daf081896494a460d55ce3
parenttest (diff)
downloadpoolctrl-bee74d6a325acd871a18c3b608fbe517750fa470.tar.gz
poolctrl-bee74d6a325acd871a18c3b608fbe517750fa470.tar.xz
poolctrl-bee74d6a325acd871a18c3b608fbe517750fa470.zip
test
-rwxr-xr-xapplication/views/scripts/event/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index 7991998..f47e94b 100755
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -295,7 +295,7 @@ function eventSelected(event) {
if($("#poolselectbox option:selected").val() == 'defaultPool' || $("#poolselectbox option:selected").val() == 'noPool') {
$( "#noPoolSelectedDialog" ).dialog('open');
- } else if (right && evClick == false) {
+ } else if (right) {
$(function() {
$( "#eventAddDialog" ).dialog({
autoOpen: false,