Browse Source

send form display fix

master
Satinder Grewal 8 years ago
parent
commit
9ccd2983ea
  1. 1
      assets/scripts/dashboard.js

1
assets/scripts/dashboard.js

@ -631,6 +631,7 @@ function resizeDashboardWindow() {
function edexCoinBtnAction() {
$('.edexcoin-logo').click(function() {
$( "#edexcoin_send_coins_back_btn" ).trigger( "click" );
//console.log($(this).data('edexcoincode'));
//console.log($(this).data('edexcoinmodecode'))
var selected_coin = $(this).data('edexcoincode')

Loading…
Cancel
Save