Browse Source

Revert "test"

This reverts commit c2ccd1db7d.
master
Satinder Grewal 8 years ago
parent
commit
d5e1490f01
  1. 17
      assets/scripts/dashboard.js
  2. 4
      index.html

17
assets/scripts/dashboard.js

@ -131,9 +131,9 @@ var Dashboard = function() {
} else { } else {
//console.log('wallet widget refereshed (every 1 seconds)'); //console.log('wallet widget refereshed (every 1 seconds)');
//Show Coin Progress Bars //Show Coin Progress Bars
//ShowCoinProgressBar(AllcoinsDataOutput[value][index]); ShowCoinProgressBar(AllcoinsDataOutput[value][index]);
if ( sessionStorage.getItem('Activate'+AllcoinsDataOutput[value][index]+'History') === 'Yes' ) { if ( sessionStorage.getItem('Activate'+AllcoinsDataOutput[value][index]+'History') === 'Yes' ) {
//ShowCoinHistory(historyvalues); ShowCoinHistory(historyvalues);
} }
} }
} }
@ -159,13 +159,10 @@ var Dashboard = function() {
} }
var handleWalletActionBtn = function() { var handleWalletSendRec = function() {
$('#dashboardedex-floating').click(function() { $('#currency-logo').click(function() {
console.log('floating btn clicked') console.log('hello!');
$('#dashboardedex-bar').toggleClass("active");
}); });
@ -187,7 +184,7 @@ var Dashboard = function() {
console.log('=> No wallet logged in. No need to run Dashboard JS.'); console.log('=> No wallet logged in. No need to run Dashboard JS.');
} else { } else {
handleWalletWidgets(); handleWalletWidgets();
handleWalletActionBtn(); //handleWalletSendRec();
//TotalFiatValue(); //TotalFiatValue();
} }
@ -213,7 +210,7 @@ var Dashboard = function() {
}(); }();
jQuery(document).ready(function() { jQuery(document).ready(function() {
//Dashboard.init(); Dashboard.init();
}); });

4
index.html

@ -482,8 +482,8 @@
</div> </div>
<!-- Site Action --> <!-- Site Action -->
<div class="site-action" data-plugin="actionBtn" data-actionstatus="inactive" id="dashboardedex-bar"> <div class="site-action" data-plugin="actionBtn">
<button type="button" class="site-action-toggle btn-raised btn btn-success btn-floating" id="dashboardedex-floating"> <button type="button" class="site-action-toggle btn-raised btn btn-success btn-floating">
<i class="front-icon md-plus animation-scale-up" aria-hidden="true"></i> <i class="front-icon md-plus animation-scale-up" aria-hidden="true"></i>
<i class="back-icon md-close animation-scale-up" aria-hidden="true"></i> <i class="back-icon md-close animation-scale-up" aria-hidden="true"></i>
</button> </button>

Loading…
Cancel
Save