Skip to content

Commit

Permalink
Using remote Netstats lirary instead of locally
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Apr 11, 2018
1 parent 5d3ed04 commit 55aedc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ html(ng-app="netStatsApp")
title Ethereum Network Status
style(type="text/css") [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }
link(rel='stylesheet', href='//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700')
link(rel='stylesheet', href='/css/netstats.min.css')
link(rel='stylesheet', href='//ethstats.net/css/netstats.min.css')
body
block content

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

0 comments on commit 55aedc8

Please sign in to comment.