fix: add an id to My Websites content menu item

This commit is contained in:
jelveh
2024-11-29 19:26:13 -08:00
parent 73864c93cf
commit e662c782b7

View File

@@ -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();
}