Skip to content

Commit 134f9d2

Browse files
committed
Update UIWindowPublishWebsite.js
1 parent 54b93cc commit 134f9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/src/UI/UIWindowPublishWebsite.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ async function UIWindowPublishWebsite(target_dir_uid, target_dir_name, target_di
100100
});
101101

102102
// find all items whose path starts with target_dir_path
103-
$(`.item[data-path^="${target_dir_path}"]`).each(function(){
103+
$(`.item[data-path^="${target_dir_path}/"]`).each(function(){
104104
// show the link badge
105105
$(this).find('.item-has-website-url-badge').show();
106106
// update item's website_url attribute

0 commit comments

Comments
 (0)