Browse Source

typo fix

master
ca333 8 years ago
parent
commit
1c452c2331
  1. 4
      assets/scripts/dashboard.js
  2. 4
      assets/scripts/kmd_wallet_dashboard.js
  3. 28
      index.html

4
assets/scripts/dashboard.js

@ -187,7 +187,7 @@ var Dashboard = function() {
var handle_edex_recieve = function() {
$('#btn_edexcoin_recieve').click(function() {
var active_edexcoin = $('[data-edexcoin]').attr("data-edexcoin");
//console.log('wallet recieve button clicked...');
//console.log('wallet receive button clicked...');
$('#edexcoin_dashboardinfo').hide();
$('#edexcoin_dashoard_section').hide();
$('#edexcoin_send').hide();
@ -203,7 +203,7 @@ var Dashboard = function() {
console.log('get new T address button clicked...');
EDEXgetnewaddress(active_edexcoin);
EdexListAllAddr(active_edexcoin);
toastr.info("Recieving Address list updated", "Wallet Notification");
toastr.info("Receiving Address list updated", "Wallet Notification");
});
};

4
assets/scripts/kmd_wallet_dashboard.js

@ -222,14 +222,14 @@ var KMDWalletDashboard = function() {
console.log('get new T address button clicked...');
KMDGetNewAddresses('public');
KMDListAllAddr();
toastr.info("Recieving Address list updated", "Wallet Notification");
toastr.info("Receiving Address list updated", "Wallet Notification");
});
$('#kmd_get_new_zaddr').click(function() {
console.log('get new Z address button clicked...');
KMDGetNewAddresses('private');
KMDListAllAddr();
toastr.info("Recieving Address list updated", "Wallet Notification");
toastr.info("Receiving Address list updated", "Wallet Notification");
});
};

28
index.html

@ -490,7 +490,7 @@
<ul class="dropdown-menu animate dropdown-menu-right" aria-labelledby="edexcoin_wallet_menu" role="menu" style="">
<li role="presentation"><a href="javascript:void(0)" role="menuitem" data-edexcoinmenu="COIN" id="btn_edexcoin_dashboard">Dashboard</a></li>
<li role="presentation"><a href="javascript:void(0)" role="menuitem" data-edexcoinmenu="COIN" id="btn_edexcoin_send">Send</a></li>
<li role="presentation"><a href="javascript:void(0)" role="menuitem" data-edexcoinmenu="COIN" id="btn_edexcoin_recieve">Recieve</a></li>
<li role="presentation"><a href="javascript:void(0)" role="menuitem" data-edexcoinmenu="COIN" id="btn_edexcoin_recieve">Receive</a></li>
<!--<li role="presentation"><a href="javascript:void(0)" role="menuitem" data-edexcoinmenu="COIN" id="btn_edexcoin_transactions">Transactions</a></li>-->
<li class="divider" role="presentation"></li>
<li role="presentation"><a href="javascript:void(0)" role="menuitem" data-edexcoinmenu="COIN" id="btn_edexcoin_addcoin" data-target="#AddCoinDilogModel" data-toggle="modal">Add Coin</a></li>
@ -648,9 +648,9 @@
<div data-edexcoin="COIN" id="edexcoin_recieve" style="display: none;">
<div class="col-xs-12 margin-top-20">
<!-- Komodo Wallet recieve tab -->
<!-- Komodo Wallet receive tab -->
<div class="panel nav-tabs-horizontal">
<!-- KMD Wallet Recieve -->
<!-- KMD Wallet Receive -->
<div data-edexcoin="COIN" id="edexcoin_recieve_section">
<div class="col-xlg-12 col-lg-12 col-sm-12 col-xs-12">
<!-- Panel FixedHeader -->
@ -663,11 +663,11 @@
</div>
</div>
<h3 class="panel-title">
Recieving Addresses
Receiving Addresses
</h3>
</header>
<div class="panel-body">
<!--<p>Recieving addresses info goes here...</p>-->
<!--<p>Receiving addresses info goes here...</p>-->
<table class="table table-hover dataTable table-striped" data-edexcoin="COIN" id="edexcoin-recieve-addr-tbl">
<thead>
<tr>
@ -692,10 +692,10 @@
</div>
<!-- End KMD Wallet Recieve -->
<!-- End KMD Wallet Receive -->
</div>
<!-- End Komodo Wallet recieve tab -->
<!-- End Komodo Wallet receive tab -->
</div>
</div>
@ -994,9 +994,9 @@
<div data-extcoin="COIN" id="kmd_wallet_recieve">
<div class="col-xs-12 margin-top-20">
<!-- Komodo Wallet recieve tab -->
<!-- Komodo Wallet receive tab -->
<div class="panel nav-tabs-horizontal">
<!-- KMD Wallet Recieve -->
<!-- KMD Wallet Receive -->
<div data-extcoin="COIN" id="kmd_wallet_recieve_section">
<div class="col-xlg-12 col-lg-12 col-sm-12 col-xs-12">
<!-- Panel FixedHeader -->
@ -1014,11 +1014,11 @@
</div>
</div>
<h3 class="panel-title">
Recieving Addresses
Receiving Addresses
</h3>
</header>
<div class="panel-body">
<!--<p>Recieving addresses info goes here...</p>-->
<!--<p>Receiving addresses info goes here...</p>-->
<table class="table table-hover dataTable table-striped" data-extcoin="COIN" id="kmd-recieve-addr-tbl">
<thead>
<tr>
@ -1043,10 +1043,10 @@
</div>
<!-- End KMD Wallet Recieve -->
<!-- End KMD Wallet Receive -->
</div>
<!-- End Komodo Wallet recieve tab -->
<!-- End Komodo Wallet receive tab -->
</div>
</div>
@ -1117,7 +1117,7 @@
</h3>
</header>
<div class="panel-body">
<!--<p>Recieving addresses info goes here...</p>-->
<!--<p>Receiving addresses info goes here...</p>-->
<table class="table table-hover dataTable table-striped" data-extcoin="COIN" id="kmd-opid-status-tbl" width="100%">
<thead>
<tr>

Loading…
Cancel
Save