summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/event/index.phtml
diff options
context:
space:
mode:
authorsebastian wagner2011-09-14 14:31:29 +0200
committersebastian wagner2011-09-14 14:31:29 +0200
commitccb99d2057be096be6fb7b28ccbcd054d0205754 (patch)
tree6c8d7dcabb79a0117fb201eebba1d2da966d887b /application/views/scripts/event/index.phtml
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-ccb99d2057be096be6fb7b28ccbcd054d0205754.tar.gz
poolctrl-ccb99d2057be096be6fb7b28ccbcd054d0205754.tar.xz
poolctrl-ccb99d2057be096be6fb7b28ccbcd054d0205754.zip
qtip fixed
Diffstat (limited to 'application/views/scripts/event/index.phtml')
-rwxr-xr-xapplication/views/scripts/event/index.phtml9
1 files changed, 5 insertions, 4 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index 21a9132..30b55d6 100755
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -44,7 +44,6 @@ var poolIDtmp;
eventColor.color = event.borderColor;
event.borderColor = 'black';
$('#calendar').fullCalendar("rerenderEvents");
- //$('#calendar').unbind('eventClick');
}
// change view to addEvent
@@ -215,10 +214,12 @@ var poolIDtmp;
if(clickTmp) {
clickTmp = false;
setTimeout(function() {clickTmp = true} , 300);
+ $(this).qtip("destroy");
eventSelected(event);
} else {
// this is the dblclick
- self.location = "/event/edit/eventID/" + event.id + "/poolID/" + $("#poolselectbox option:selected").val();
+ $(this).qtip("destroy");
+ self.location = "/event/edit/eventID/" + event.id + "/poolID/" + $("#poolselectbox option:selected").val();
}
},
@@ -408,7 +409,7 @@ var poolIDtmp;
/*
* qtip problem
- *
+ */
element.qtip({
content:
'Title: ' + event.title + '<br/>' +
@@ -418,7 +419,7 @@ var poolIDtmp;
show: 'mouseover',
hide: 'mouseout'
});
- */
+ /**/
if (view.name == 'agendaWeek') {