mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 22:40:20 +08:00
Update UIWindowPublishWebsite.js
This commit is contained in:
parent
54b93cc349
commit
134f9d2934
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user