diff --git a/inc/myco.js b/inc/myco.js index a5a719c..c303d89 100644 --- a/inc/myco.js +++ b/inc/myco.js @@ -464,6 +464,7 @@ logged_out_menu=function() { on_click_myaccount_btn=function() { $('#myaccount_modal #myaccount_email').html(user.email); $('#myaccount_modal #myaccount_name')[0].value=user.name; + $('#myaccount_modal #myaccount_server').html(user.server); $('#myaccount_modal').modal('show'); } diff --git a/index.html b/index.html index 87be471..905a866 100644 --- a/index.html +++ b/index.html @@ -357,6 +357,13 @@ body{ +