new key test, upgrades to bwc 2.7.0
This commit is contained in:
parent
41f76292fe
commit
52a20334e1
4 changed files with 55 additions and 26 deletions
|
|
@ -57,6 +57,12 @@ Profile.prototype.isChecked = function(ua, walletId) {
|
|||
return !!(this.checkedUA == ua && this.checked[walletId]);
|
||||
};
|
||||
|
||||
|
||||
Profile.prototype.isDeviceChecked = function(ua) {
|
||||
return this.checkedUA == ua;
|
||||
};
|
||||
|
||||
|
||||
Profile.prototype.setChecked = function(ua, walletId) {
|
||||
if (this.checkedUA != ua) {
|
||||
this.checkedUA = ua;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue