From 57a28bdfd6930b8c0b079916b8d2ca753cdce3a1 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Mon, 12 Sep 2022 09:47:25 +0200 Subject: [PATCH] related to #1719 set text to no search when openning popin --- admin/themes/default/js/picture_modify.js | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/themes/default/js/picture_modify.js b/admin/themes/default/js/picture_modify.js index 8b4a1e649..7f054a66e 100644 --- a/admin/themes/default/js/picture_modify.js +++ b/admin/themes/default/js/picture_modify.js @@ -48,6 +48,7 @@ function linked_albums_open() { $(".search-input").val(""); $(".search-input").focus(); $("#searchResult").empty(); + $(".limitReached").html(str_no_search_in_progress); } function linked_albums_search(searchText) { $(".linkedAlbumPopInContainer .searching").show();