mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-28 04:49:24 -06:00
fix: add an id to My Websites content menu item
This commit is contained in:
@@ -1513,6 +1513,7 @@ $(document).on('click', '.user-options-menu-btn', async function(e){
|
||||
//--------------------------------------------------
|
||||
{
|
||||
html: i18n('my_websites'),
|
||||
id: 'my_websites',
|
||||
onClick: async function(){
|
||||
UIWindowMyWebsites();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user