mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-07 22:06:04 -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 () {
|
function addDropdownBlock () {
|
||||||
const dropdowns = $('.my-ads-dropdown')
|
const dropdowns = $('.my-ads-dropdown')
|
||||||
for (let i = 0; i < dropdowns.length; i++) {
|
for (let i = 0; i < dropdowns.length; i++) {
|
||||||
console.log()
|
|
||||||
const currentDropdown = $(dropdowns[i])
|
const currentDropdown = $(dropdowns[i])
|
||||||
$('.dropdown-menu', currentDropdown).append(dropdownBlock.replace(':id', currentDropdown.data('id')))
|
$('.dropdown-menu', currentDropdown).append(dropdownBlock.replace(':id', currentDropdown.data('id')))
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user