Fix typo in comment
This commit is contained in:
parent
3201550d40
commit
ebfb940dd5
1 changed files with 1 additions and 1 deletions
|
@ -1181,7 +1181,7 @@ $(document).ready(function() {
|
||||||
rawSubmitDefault(this);
|
rawSubmitDefault(this);
|
||||||
});
|
});
|
||||||
|
|
||||||
// broadcast transaction vai coinbin (default)
|
// broadcast transaction via coinbin (default)
|
||||||
function rawSubmitDefault(btn){
|
function rawSubmitDefault(btn){
|
||||||
var thisbtn = btn;
|
var thisbtn = btn;
|
||||||
$(thisbtn).val('Please wait, loading...').attr('disabled',true);
|
$(thisbtn).val('Please wait, loading...').attr('disabled',true);
|
||||||
|
|
Loading…
Reference in a new issue