Commit edd926a4 authored by Serge S. Koval's avatar Serge S. Koval

Removed debug print.

parent a8c23590
...@@ -11,7 +11,6 @@ var AdminFilters = function(element, filters_element, operations, options, types ...@@ -11,7 +11,6 @@ var AdminFilters = function(element, filters_element, operations, options, types
function changeOperation() { function changeOperation() {
var $row = $(this).closest('tr'); var $row = $(this).closest('tr');
var $el = $('.filter-val:input', $row); var $el = $('.filter-val:input', $row);
console.log($el);
var count = getCount($el.attr('name')); var count = getCount($el.attr('name'));
$el.attr('name', 'flt' + count + '_' + $(this).val()); $el.attr('name', 'flt' + count + '_' + $(this).val());
$('button', $root).show(); $('button', $root).show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment