mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
remove log
This commit is contained in:
parent
50f371896b
commit
6bd912f87c
@ -175,7 +175,6 @@ const dropdownBlock = getBlock('profile/dropdown-ad', {'id': ':id'})
|
||||
function addDropdownBlock () {
|
||||
const dropdowns = $('.my-ads-dropdown')
|
||||
for (let i = 0; i < dropdowns.length; i++) {
|
||||
console.log()
|
||||
const currentDropdown = $(dropdowns[i])
|
||||
$('.dropdown-menu', currentDropdown).append(dropdownBlock.replace(':id', currentDropdown.data('id')))
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user