mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
Fixed #1747 removed tag detail
This commit is contained in:
@@ -338,9 +338,8 @@ function lineConstructor(line, id, imageDisplay) {
|
|||||||
detail_str += tag + ", ";
|
detail_str += tag + ", ";
|
||||||
});
|
});
|
||||||
detail_str = detail_str.slice(0, -2)
|
detail_str = detail_str.slice(0, -2)
|
||||||
newLine.find(".detail-item-1").html(str_tags).addClass('icon-tags');
|
newLine.find(".detail-item-1").html(detail_str);
|
||||||
newLine.find(".detail-item-2").html(detail_str);
|
newLine.find(".detail-item-1").attr("title", detail_str).removeClass("hide").addClass('icon-tags');;
|
||||||
newLine.find(".detail-item-2").attr("title", detail_str).removeClass("hide");
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "most_visited":
|
case "most_visited":
|
||||||
|
|||||||
Reference in New Issue
Block a user