mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +00:00
close #271
This commit is contained in:
parent
765eb43568
commit
2f101c4a39
@ -109,6 +109,7 @@ async function UIWindowPublishWebsite(target_dir_uid, target_dir_name, target_di
|
|||||||
|
|
||||||
update_sites_cache();
|
update_sites_cache();
|
||||||
}).catch((err)=>{
|
}).catch((err)=>{
|
||||||
|
err = err.error;
|
||||||
$(el_window).find('.publish-website-error-msg').html(
|
$(el_window).find('.publish-website-error-msg').html(
|
||||||
err.message + (
|
err.message + (
|
||||||
err.code === 'subdomain_limit_reached' ?
|
err.code === 'subdomain_limit_reached' ?
|
||||||
|
Loading…
Reference in New Issue
Block a user