X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fscheduler2%2Fstatic%2Fjs%2Fscheduler2.js;h=10eaa9a8842c2e3ea806fe0361f2e8d18d5409ef;hb=9e791eb325d63dbc5213d1fe9c67f76474fffed1;hp=27300e33d09b5f85cee8306b6e0a94f233c2bbd6;hpb=436b2227713f8cd5e0b7da6e9d1216eb17c2a941;p=myslice.git diff --git a/plugins/scheduler2/static/js/scheduler2.js b/plugins/scheduler2/static/js/scheduler2.js index 27300e33..10eaa9a8 100755 --- a/plugins/scheduler2/static/js/scheduler2.js +++ b/plugins/scheduler2/static/js/scheduler2.js @@ -289,12 +289,12 @@ var tmpSchedulerLeases = []; var tmpScope = angular.element(document.getElementById('SchedulerCtrl')).scope(); tmpScope.initSchedulerResources(schedulerMaxRows < SchedulerDataViewData.length ? schedulerMaxRows : SchedulerDataViewData.length); - console.log(SchedulerDateSelected); - console.log(SchedulerDateSelected.getTime()/1000); + //console.log(SchedulerDateSelected); + //console.log(SchedulerDateSelected.getTime()/1000); var tomorrow = new Date(SchedulerDateSelected); tomorrow.setDate(SchedulerDateSelected.getDate()+1); - console.log(tomorrow); - console.log(tomorrow.getTime()/1000); + //console.log(tomorrow); + //console.log(tomorrow.getTime()/1000); // Remove previous date interval manifold.raise_event(scheduler2Instance.options.query_all_leases_uuid, FILTER_REMOVED, ['start_time', '>']);