[FIX] Typo, remove unnecessary code

bzr revid: jke@openerp.com-20140208112546-dw59n3t6zrjtnkus
This commit is contained in:
jke-openerp 2014-02-08 12:25:46 +01:00
commit 97e0c07430
1 changed files with 1 additions and 5 deletions

View File

@ -492,11 +492,7 @@ openerp.web_calendar = function(instance) {
all_day = this.all_day ? evt[this.all_day] : false,
res_computed_text = '',
the_title = '',
attendees = [];
if (this.date_stop && this.fields[this.date_stop].type == 'date') {
date_stop.addDay(1);
}
attendees = [];
if (this.info_fields) {
var temp_ret = {};