From 3b507dfe7466ee2505f4b429db1b4daf7f8d410b Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Sun, 12 Jan 2014 20:05:08 +0100 Subject: [PATCH] Display server in myaccount modal --- inc/myco.js | 1 + index.html | 7 +++++++ 2 files changed, 8 insertions(+) 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{ +
+ +
+

+
+
+