mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
relate to #1609 rename after move works now
This commit is contained in:
@@ -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 ));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user