diff --git a/FLO_webWallet_mainnet.html b/FLO_webWallet_mainnet.html
index 0a2872d..97a1234 100644
--- a/FLO_webWallet_mainnet.html
+++ b/FLO_webWallet_mainnet.html
@@ -1785,7 +1785,30 @@
-
+
+
+
Send
+
Send FLO data
+
+
-
-
-
-
-
-
-
-
-
Generate
-
Generate address
-
Settings
@@ -2055,7 +2052,7 @@
About
- Version 2.7.3
+ Version 2.7.4
Powered by
@@ -2113,7 +2110,7 @@
floAddr = document.getElementById('floAddr'),
addrLabel = document.getElementById('addrLabel'),
newAddrLabel = document.getElementById('newAddrLabel'),
- recentPage = 'getDataBtn',
+ recentPage = 'addrGenBtn',
mode, activeAddress, initial = 0,
limit = 10,
scrollingEvent;
@@ -2781,7 +2778,6 @@
}
function backToTop() {
- console.log('hey')
document.getElementById('transactions-container').scrollTop = 0;
}