mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-08 22:35:00 +02:00
fixes #2132 remove unused console.log
This commit is contained in:
@@ -304,7 +304,6 @@ function fill_results(cats) {
|
||||
return
|
||||
}
|
||||
|
||||
console.log(related_categories_ids)
|
||||
if (related_categories_ids.includes(cat.id)) {
|
||||
$(".search-result-item #"+ cat.id +".item-add").addClass("notClickable").attr("title", str_already_in_related_cats).off('click').on("click", function (event) {
|
||||
event.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user