mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
related to #1609 removing console.log
This commit is contained in:
@@ -568,7 +568,6 @@ function setSubcatsBadge(node) {
|
||||
function updateTitleBadge(new_nb_albums) {
|
||||
nb_albums = new_nb_albums;
|
||||
$(".badge-number").text(new_nb_albums);
|
||||
console.log("updateTitleBadge " + new_nb_albums);
|
||||
}
|
||||
|
||||
function goToNode(node, firstNode) {
|
||||
|
||||
Reference in New Issue
Block a user