fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [14328]


From: Saul
Subject: [Fmsystem-commits] [14328]
Date: Wed, 11 Nov 2015 20:37:00 +0000

Revision: 14328
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14328
Author:   psaul
Date:     2015-11-11 20:36:59 +0000 (Wed, 11 Nov 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/bookingfrontend/js/bookingfrontend/schedule.js

Modified: branches/dev-syncromind/bookingfrontend/js/bookingfrontend/schedule.js
===================================================================
--- branches/dev-syncromind/bookingfrontend/js/bookingfrontend/schedule.js      
2015-11-11 10:20:28 UTC (rev 14327)
+++ branches/dev-syncromind/bookingfrontend/js/bookingfrontend/schedule.js      
2015-11-11 20:36:59 UTC (rev 14328)
@@ -5,8 +5,6 @@
     while(date.getDay() != 1) {
         date.setDate(date.getDate()-1);
     }
-//    var container = document.getElementById(container);
-//    container.innerHTML = '';
     url += '&date=' + date.getFullYear() + '-' + (date.getMonth()+1) + '-' + 
date.getDate();
 
     var lang = {
@@ -87,8 +85,6 @@
 
 
 schedule.newApplicationForm = function(date, _from, _to, resource) {
-//    console.log(arguments);
-//    console.log(arguments.length);
     var url = schedule.newApplicationUrl;
     if (!url){
         return;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]