Skip to content

Commit 55aedc8

Browse files
committed
Using remote Netstats lirary instead of locally
1 parent 5d3ed04 commit 55aedc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/layout.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ html(ng-app="netStatsApp")
66
title Ethereum Network Status
77
style(type="text/css") [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }
88
link(rel='stylesheet', href='//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700')
9-
link(rel='stylesheet', href='/css/netstats.min.css')
9+
link(rel='stylesheet', href='//ethstats.net/css/netstats.min.css')
1010
body
1111
block content
1212

13-
script(src="/js/netstats.min.js")
13+
script(src="//ethstats.net/js/netstats.min.js")

0 commit comments

Comments
 (0)