Browse Source

Merge pull request #48 from pbca26/master

pick first coin on dashboard load
master
Satinder Grewal 8 years ago
committed by GitHub
parent
commit
3ec0e80333
  1. 4
      assets/scripts/sidebar.js

4
assets/scripts/sidebar.js

@ -299,6 +299,10 @@ function applyDashboardStyle() {
} else { } else {
$('#edex-footer').show(); $('#edex-footer').show();
} }
setTimeout(function() {
$('.page-aside .wallet-widgets-list .list-group .list-group-item a').click();
}, 1000);
} }
function removeDashboardStyle() { function removeDashboardStyle() {

Loading…
Cancel
Save