summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/spam.js (renamed from js/bubble.js)0
-rw-r--r--spamviz.html (renamed from bubble.html)4
2 files changed, 2 insertions, 2 deletions
diff --git a/js/bubble.js b/js/spam.js
index c37426e..c37426e 100644
--- a/js/bubble.js
+++ b/js/spam.js
diff --git a/bubble.html b/spamviz.html
index 697a65d..acebd5e 100644
--- a/bubble.html
+++ b/spamviz.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
-<title>D3 demo</title>
+<title>Network visualization</title>
</head>
<style>
html, body {
@@ -145,6 +145,6 @@ html, body {
<script src="lib/d3.js"></script>
<script src="js/collision.js"></script>
<script src="js/preprocess.js"></script>
-<script src="js/bubble.js"></script>
+<script src="js/spam.js"></script>
</body>
</html>