From 00b040764dbae13e1687577f079f56fde06cd342 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 3 Feb 2014 08:27:56 +0000 Subject: [PATCH] Align calendar resizable time indicator at bottom and center --- calendar/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/js/app.js b/calendar/js/app.js index cd3acea567..fd5c738b1b 100644 --- a/calendar/js/app.js +++ b/calendar/js/app.js @@ -267,7 +267,7 @@ app.classes.calendar = AppJS.extend( var dM = this.dropEnd.getAttribute('data-date').split("|")[2]; } var dataResize = event.target.getAttribute('data-resize').split("|"); - this.innerHTML = '
'+dH+'h'+dM+'
'; + this.innerHTML = '
'+dH+':'+dM+'
'; } else {