mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
remove console.log
This commit is contained in:
parent
57ee0c8b2d
commit
fe47aee911
@ -83,7 +83,6 @@ $(document).ready(function () {
|
|||||||
|
|
||||||
function selectedValue() {
|
function selectedValue() {
|
||||||
return $('.cat-select').on('change', function () {
|
return $('.cat-select').on('change', function () {
|
||||||
console.log(234234)
|
|
||||||
var value = $(this).val();
|
var value = $(this).val();
|
||||||
var all_category_box = $('.category-row').find('.category-box');
|
var all_category_box = $('.category-row').find('.category-box');
|
||||||
var level = parseInt($(this).attr('data-level')) + 1;
|
var level = parseInt($(this).attr('data-level')) + 1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user