summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorPrashant S2019-01-08 10:35:10 +0530
committerGitHub2019-01-08 10:35:10 +0530
commitd193fa16a018059233088a1a9b36ab863e407be1 (patch)
tree8274d541a8791a2232a0b15e0fae895cdc4819d8 /js
parent877b01c758d6fb287440808ef798d91647bf5706 (diff)
parent363d37ec25d34363289454bd40ed12d5b8178c38 (diff)
downloadtextbook_companion_fixer-d193fa16a018059233088a1a9b36ab863e407be1.tar.gz
textbook_companion_fixer-d193fa16a018059233088a1a9b36ab863e407be1.tar.bz2
textbook_companion_fixer-d193fa16a018059233088a1a9b36ab863e407be1.zip
Merge pull request #6 from prashantsinalkar/drupal_7.xHEADdrupal_7.x
fixed issues
Diffstat (limited to 'js')
-rw-r--r--js/textbook_companion_fixer_edit_category.js1
1 files changed, 0 insertions, 1 deletions
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() + "</option>");
/**********************/
- 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();