summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/event/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/event/index.phtml')
-rwxr-xr-xapplication/views/scripts/event/index.phtml5
1 files changed, 1 insertions, 4 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index a62f47e..f1b674d 100755
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -252,15 +252,12 @@ var poolID;
eventResize: function( event, dayDelta, minuteDelta, revertFunc ) {
- if (minuteDelta > 0) { length = 'longer';
- }else{ length = 'shorter'; }
-
$(function() {
$( "#defaultDialog" ).dialog({
autoOpen: false,
width: 600,
modal: true,
- title: event.title + " is now " + minuteDelta + " minutes " + length,
+ title: "The End Date of " + event.title + " is now " + event.end,
buttons: {
"Cancel": function() {
$(this).dialog("close");