Browse Source

test

master
Satinder Grewal 8 years ago
parent
commit
3107884c39
  1. 14
      assets/scripts/walletsettings.js

14
assets/scripts/walletsettings.js

@ -140,16 +140,6 @@ jQuery(document).ready(function() {
// DOM Ready ============================================================= // DOM Ready =============================================================
$(document).ready(function() { $(document).ready(function() {
/*$('#settings_getcoinpeers_btn').click(function() { Settings_ExportActiveCoinKeys(); });
$('.wifkeys-form input').keypress(function(e) {
console.log('something happened with wifkeys...');
if (e.which == 13) {
if ($('.wifkeys-form').validate().form()) {
$('.wifkeys-form').submit(); //form validation success, call ajax form submit
}
return false;
}
});*/
}); });
// Functions ============================================================= // Functions =============================================================
@ -250,7 +240,3 @@ function Settings_AddCoinPeers() {
} }
}); });
} }
function Settings_ExportActiveCoinKeys() {
}
Loading…
Cancel
Save