Skip to content

Commit 4d6a028

Browse files
authored
Merge pull request bitpay#2 from BTCPrivate/master
merge fixes
2 parents 88df2af + 9211294 commit 4d6a028

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.4.0-btcp",
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/interbiznw-btcpcontrib/insight-ui-btcp.git"
7+
"url": "git://github.com/BTCPrivate/insight-ui-btcp.git"
88
},
99
"contributors": [
1010
{
@@ -37,9 +37,9 @@
3737
}
3838
],
3939
"bugs": {
40-
"url": "https://github.com/interbiznw-btcpcontrib/insight-ui-btcp/issues"
40+
"url": "https://github.com/BTCPrivate/insight-ui-btcp/issues"
4141
},
42-
"homepage": "https://github.com/interbiznw-btcpcontrib/insight-ui-btcp",
42+
"homepage": "https://github.com/BTCPrivate/insight-ui-btcp",
4343
"license": "MIT",
4444
"keywords": [
4545
"insight",

public/img/icons/favicon.ico

40.3 KB
Binary file not shown.

public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
88
<meta name="viewport" content="width=device-width,initial-scale=1.0">
99
<meta name="fragment" content="!">
10-
<title data-ng-if="currency.testnet" data-ng-bind="$root.title + $root.titleDetail + ' | Bitcoin Private Mainnet Insight'">Bitcoin Private Mainnet Insight</title>
11-
<title data-ng-if="!currency.testnet" data-ng-bind="$root.title + $root.titleDetail + ' | Insight'">Insight</title>
10+
<title data-ng-if="currency.testnet" data-ng-bind="$root.title + $root.titleDetail + ' | Bitcoin Private Testnet Insight'">Bitcoin Private Testnet Insight</title>
11+
<title data-ng-if="!currency.testnet" data-ng-bind="$root.title + $root.titleDetail + ' | Bitcoin Private Mainnet Insight'">Bitcoin Private Mainnet Insight</title>
1212
<meta name="keywords" content="Bitcoin Private, transactions, blocks, address, block chain, best block, mining difficulty, hash serialized">
1313
<meta data-ng-if="currency.testnet" name="description" content="Bitcoin Private Insight. View detailed information on all testnet Bitcoin Private transactions and block. {{ $root.title + $root.titleDetail }}">
1414
<meta data-ng-if="!currency.testnet" name="description" content="Bitcoin Private Insight. View detailed information on all Bitcoin Private transactions and block. {{ $root.title + $root.titleDetail }}">
@@ -29,7 +29,7 @@
2929
m.parentNode.insertBefore(a, m)
3030
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
3131

32-
ga('create', 'UA-93250826-1', 'auto');
32+
ga('create', 'UA-118123570-1', 'auto');
3333
ga('send', 'pageview');
3434
</script>
3535
</head>

public/views/includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<span class="icon-bar"></span>
88
<span class="icon-bar"></span>
99
</button>
10-
<a class="insight navbar-brand" href="." style="width:157px;">&nbsp;</a>
10+
<a class="insight navbar-brand" href="." style="width:157px;background-size:129px;padding:0px;">&nbsp;</a>
1111
</div>
1212
<div class="navbar-collapse collapse" collapse="$root.isCollapsed">
1313
<ul class="nav navbar-nav">

public/views/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ <h2 class="inner-header">Bitcoin Private Explorer</h2>
3232

3333
<div id="home" class="row">
3434

35-
<div data-ng-include src="'views/includes/graph.html'"></div>
36-
3735
<div class="col-xs-12 col-md-12">
3836

3937
<!--

0 commit comments

Comments
 (0)