diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-15 01:31:43 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-15 01:31:43 -0500 |
commit | ce8338cdc419a63afa105d239fc3ca60870e6125 (patch) | |
tree | 356427b8da1ab024ac18ef2ca8254a2a9f63a6e7 /templates/visualize/index.html | |
parent | e32f40db184d892540d6dd711e02912aead8d2b8 (diff) | |
parent | 14c51a5bd86384510071829ba0b0cfb515e924e5 (diff) |
Merge commit '14c51a5' (Update to d3 2.8.1)parabolaweb-2012-11-15
is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
Diffstat (limited to 'templates/visualize/index.html')
-rw-r--r-- | templates/visualize/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/visualize/index.html b/templates/visualize/index.html index c4b38a7d..75194291 100644 --- a/templates/visualize/index.html +++ b/templates/visualize/index.html @@ -28,9 +28,7 @@ <div id="visualize-keys" class="visualize-chart"></div> </div> {% load cdn %}{% jquery %} -<script type="text/javascript" src="{{ STATIC_URL }}d3.min.js"></script> -<script type="text/javascript" src="{{ STATIC_URL }}d3.geom.min.js"></script> -<script type="text/javascript" src="{{ STATIC_URL }}d3.layout.min.js"></script> +<script type="text/javascript" src="{{ STATIC_URL }}d3.v2.min.js"></script> <script type="text/javascript" src="{{ STATIC_URL }}archweb.js"></script> <script type="text/javascript" src="{{ STATIC_URL }}visualize.js"></script> <script type="text/javascript"> |