mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
relates #2350 small fixes
This commit is contained in:
@@ -132,8 +132,7 @@ $(".TagSubmit").on('click', function () {
|
||||
rename_tag_close();
|
||||
cleanCheckmark();
|
||||
$('[data-id='+$tagboxid+']').wrap('<div class="tag-changed"></div>');
|
||||
$('.tag-changed').prepend('<i class="icon-ok-circled tag-checkmark"></i>');
|
||||
$('.tag-changed').prepend('<i class="icon-ok tag-checkmark-fill"></i>');
|
||||
$('.tag-changed').prepend('<i class="icon-ok tag-checkmark"></i>');
|
||||
}).catch((message) => {
|
||||
$('.TagSubmit').show();
|
||||
$('.TagLoading').hide();
|
||||
@@ -144,7 +143,6 @@ $(".TagSubmit").on('click', function () {
|
||||
function cleanCheckmark(){
|
||||
$('.tag-changed > *').unwrap();
|
||||
$('.tag-checkmark').remove();
|
||||
$('.tag-checkmark-fill').remove();
|
||||
}
|
||||
|
||||
/*-------
|
||||
|
||||
Reference in New Issue
Block a user