diff --git a/index.html b/index.html index 5c376e0..1838401 100644 --- a/index.html +++ b/index.html @@ -241,7 +241,7 @@ - User info + My Tokens @@ -263,7 +263,7 @@

Details of overall tokens issued

-

FLOBNB Price

+

Price per FLOBNB

-

@@ -298,8 +298,8 @@
-

User Information

-

All things user

+

My Token Information

+

Information of user

Summary

@@ -317,19 +317,23 @@
-

Total Valuation

+

My Token Valuation

-

-

Total FLOBNB

+

My Total FLOBNB

-

-

Exchange FLOBNB

+

Price per FLOBNB

+

-

+
+
+

My FLOBNB on Exchange

-

-

Blockchain FLOBNB

+

My FLOBNB on Blockchain

-

@@ -404,10 +408,6 @@ Submit - -

Excel upload

- Select file -
@@ -597,6 +597,10 @@ "flobnb-price", formatAmount(parseFloat(rates['flobnb'])) ); + update_element( + "flobnb-price-userpage", + formatAmount(parseFloat(rates['flobnb'])) + ); update_element( "total-amount-issued", formatAmount(parseFloat(localStorage.getItem("total_amount"))) @@ -1232,6 +1236,7 @@ window.location.hash = '#userinfo'; getRef('user_flo_id').value = myFloID getRef('user_login_popup_button').classList.add('hide') + getRef('userpage-userfloid').innerText = myFloID getRef('user_signout_popup_button').classList.remove('hide') // Check if subadmin