relate to #1609 rename after move works now

This commit is contained in:
Matthieu Leproux
2022-04-11 11:28:36 +02:00
parent 2f387c71e2
commit f7b97a5235
+4
View File
@@ -630,6 +630,10 @@ function applyMove(event) {
$(".move-cat-delete").on("click", function () {
triggerDeleteAlbum($(this).data("id"));
});
$(".move-cat-title-container").on("click", function () {
openRenameAlbumPopIn($(this).find(".move-cat-title").attr("title"));
$(".RenameAlbumSubmit").data("cat_id", $(this).attr('data-id'));
});
})
.catch((message) => console.log('An error has occured : ' + message ));
}