From eb41991c89d2709ef63ef53747af0644840b537a Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 8 Jan 2019 10:32:27 +0530 Subject: fixed argument issue --- js/textbook_companion_fixer_edit_category.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js') diff --git a/js/textbook_companion_fixer_edit_category.js b/js/textbook_companion_fixer_edit_category.js index 545f689..bad5ec7 100644 --- a/js/textbook_companion_fixer_edit_category.js +++ b/js/textbook_companion_fixer_edit_category.js @@ -37,7 +37,6 @@ .val() + "'>" + $(this).text() + ""); /**********************/ - console.log($('.main-subcategory-' + selectID).attr('data-cid')); var pref_id = $('.prefrence_id').val(); var main_cat_chk_value = selectID; var sub_cat_select_value = $(this).val(); -- cgit