Skip to content
Snippets Groups Projects
Commit f7ba7ac6 authored by Anusha Ranganathan's avatar Anusha Ranganathan
Browse files

Removed console logs

parent 83b59fce
Branches feature/275_add_columns_to_crc1280_show_page
Tags
1 merge request!327Redesign CRC show page 2
Pipeline #16634 failed
......@@ -3,7 +3,6 @@
this.$element = $(element);
this.init = function() {
console.log('i am in init');
this.$label = this.$element.find('[data-search-element="label"]');
this.$visibleLabel = this.$element.find('.dropdown-toggle').find('span[aria-hidden="true"]');
this.$items = this.$element.find('[data-search-option]');
......@@ -25,7 +24,6 @@
},
clicked: function($anchor) {
console.log('i am in click');
this.setLabel($anchor.data('search-label'));
this.setFormAction($anchor.data('search-option'));
},
......@@ -51,7 +49,6 @@
}
$.fn.rdms_search = function(option) {
console.log("i am in search");
return this.each(function() {
var $this = $(this);
var data = $this.data('search');
......@@ -63,6 +60,5 @@
})(jQuery);
Blacklight.onLoad(function() {
console.log("Start seaching");
$('#header-search-form').rdms_search();
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment