Update UIWindowPublishWebsite.js

This commit is contained in:
jelveh 2024-12-13 19:18:06 -08:00
parent 54b93cc349
commit 134f9d2934

View File

@ -100,7 +100,7 @@ async function UIWindowPublishWebsite(target_dir_uid, target_dir_name, target_di
});
// find all items whose path starts with target_dir_path
$(`.item[data-path^="${target_dir_path}"]`).each(function(){
$(`.item[data-path^="${target_dir_path}/"]`).each(function(){
// show the link badge
$(this).find('.item-has-website-url-badge').show();
// update item's website_url attribute