diff options
author | James Nylen <jnylen@gmail.com> | 2014-09-05 07:55:28 -0500 |
---|---|---|
committer | James Nylen <jnylen@gmail.com> | 2014-09-05 07:55:28 -0500 |
commit | cd1d0d1f219237edd041d2cf5d3a30ea73903513 (patch) | |
tree | d9506160f635c06a9f81cd102f581addb2748163 | |
parent | 166fa6f17c97ba9eacb23ec500e0f18f8c61b4f2 (diff) | |
download | d3-process-map-cd1d0d1f219237edd041d2cf5d3a30ea73903513.zip d3-process-map-cd1d0d1f219237edd041d2cf5d3a30ea73903513.tar.gz d3-process-map-cd1d0d1f219237edd041d2cf5d3a30ea73903513.tar.bz2 |
Add Battle for the Net widget:
https://github.com/fightforthefuture/battleforthenet-widget
-rw-r--r-- | graph.php | 1 | ||||
-rw-r--r-- | list.php | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,7 @@ read_config(); <link rel="stylesheet" href="bootstrap.css"> <link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="svg.css"> + <script src="//fightforthefuture.github.io/battleforthenet-widget/widget.min.js" async></script> </head> <body> <!--[if lt IE 9]> @@ -15,6 +15,7 @@ read_data(); <link rel="stylesheet" href="bootstrap.css"> <link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="print.css"> + <script src="//fightforthefuture.github.io/battleforthenet-widget/widget.min.js" async></script> </head> <body> <a class="btn btn-default nav-button" id="nav-graph" href="graph.php<?php echo $dataset_qs; ?>"> |