Browse Source

update

master
Satinder Grewal 8 years ago
parent
commit
7ba5dc9030
  1. 5
      assets/scripts/sidebar.js

5
assets/scripts/sidebar.js

@ -26,7 +26,10 @@ $(document).ready(function() {
$('#nav-dashboard').on('click', function() {
$('#section-dashboard').show();
//$('#header-dashboard').show();
var active_edexcoin = $('[data-edexcoin]').attr("data-edexcoin");
if (active_edexcoin !== 'COIN') {
$('#header-dashboard').show();
}
$('#section-easydex').hide();
$('#section-extcoin').hide();
$('#section-zcash').hide();

Loading…
Cancel
Save