rename planetstack_graphs.js and remove from base template
diff --git a/planetstack/core/static/planetstack_graphs.js b/planetstack/core/static/xos_graphs.js
similarity index 100%
rename from planetstack/core/static/planetstack_graphs.js
rename to planetstack/core/static/xos_graphs.js
diff --git a/planetstack/templates/admin/base.html b/planetstack/templates/admin/base.html
index a8930e4..e96302f 100644
--- a/planetstack/templates/admin/base.html
+++ b/planetstack/templates/admin/base.html
@@ -233,8 +233,7 @@
   <script src="{% static 'suit/bootstrap/js/bootstrap.min.js' %}"></script>
   <script src="{% static 'suit/js/suit.js' %}"></script>
   <script type="text/javascript" src="//www.google.com/jsapi"></script>
-  <script src="{% static 'planetstack_graphs.js' %}"></script>
-  <!-- src="{% static 'planetstack_graphs_old.js' %}" -->
+  <!-- src="{% static 'xos_graphs.js' %}" -->
 
   {% block extrajs %}{% endblock %}
 <script src="http://d3js.org/d3.v3.js"></script>