diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-04-28 05:50:19 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-04-28 05:50:19 +0800 |
commit | d1a10691802fc7eef65f13126c684b6cdf13d461 (patch) | |
tree | 9143b42107d8aeb75fa58f8de45c5730bb8621dd /ui/app/app.js | |
parent | b0919ba7296553200161913ab413f214aa58e741 (diff) | |
parent | a90b010de891f7936bc17c09c5fd27c61fc0610d (diff) | |
download | dexon-wallet-d1a10691802fc7eef65f13126c684b6cdf13d461.tar.gz dexon-wallet-d1a10691802fc7eef65f13126c684b6cdf13d461.tar.zst dexon-wallet-d1a10691802fc7eef65f13126c684b6cdf13d461.zip |
Merge branch 'master' into rinkeby
Diffstat (limited to 'ui/app/app.js')
-rw-r--r-- | ui/app/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js index f3661568..bbfd5858 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -561,5 +561,4 @@ App.prototype.renderCommonRpc = function (rpcList, provider) { }) } }) - } |