From d6c4e4cf755636ac3e656b8a65de758d70c7228f Mon Sep 17 00:00:00 2001 From: h3ct0r Date: Thu, 10 Mar 2016 15:47:22 -0300 Subject: [PATCH] Removed comments on js file --- src/assets/js/backend_calendar.js | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/src/assets/js/backend_calendar.js b/src/assets/js/backend_calendar.js index 72491fd8..b411898a 100644 --- a/src/assets/js/backend_calendar.js +++ b/src/assets/js/backend_calendar.js @@ -935,33 +935,6 @@ var BackendCalendar = { 'key': key }; - // $.post(postUrl, postData, function(response) { - // /////////////////////////////////////////////////////// - // console.log('Filter Customers Response:', response); - // /////////////////////////////////////////////////////// - - // if (!GeneralFunctions.handleAjaxExceptions(response)) return; - - // BackendCustomers.helper.filterResults = response; - - // $('#filter-customers .results').data('jsp').destroy(); - // $('#filter-customers .results').html(''); - // $.each(response, function(index, customer) { - // var html = BackendCustomers.helper.getFilterHtml(customer); - // $('#filter-customers .results').append(html); - // }); - // $('#filter-customers .results').jScrollPane({ mouseWheelSpeed: 70 }); - - // if (response.length == 0) { - // $('#filter-customers .results').html('' + EALang['no_records_found'] + ''); - // } - - // if (selectId != undefined) { - // BackendCustomers.helper.select(selectId, display); - // } - - // }, 'json').fail(GeneralFunctions.ajaxFailureHandler); - // Try to get the updated customer list $.ajax({ 'type': 'POST',