summaryrefslogtreecommitdiff
path: root/site/sql/index.html
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-09-11 21:06:59 +0000
committerPatrick Wendell <pwendell@apache.org>2014-09-11 21:06:59 +0000
commit7cb8327dcadcaf0a266af08a2fc0feed0d410b10 (patch)
treeaafd4750ada49a71ce2baeae0f2077e971af6026 /site/sql/index.html
parent56c37c5bcc8422303ee78fc784531322b5850e2b (diff)
downloadspark-website-7cb8327dcadcaf0a266af08a2fc0feed0d410b10.tar.gz
spark-website-7cb8327dcadcaf0a266af08a2fc0feed0d410b10.tar.bz2
spark-website-7cb8327dcadcaf0a266af08a2fc0feed0d410b10.zip
New format for downloads page.
Diffstat (limited to 'site/sql/index.html')
-rw-r--r--site/sql/index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/site/sql/index.html b/site/sql/index.html
index 7a6dcfe5f..08934e0bb 100644
--- a/site/sql/index.html
+++ b/site/sql/index.html
@@ -48,6 +48,11 @@
<body>
+<script src="https://code.jquery.com/jquery.js"></script>
+<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
+<script src="/js/lang-tabs.js"></script>
+<script src="/js/downloads.js"></script>
+
<div class="container" style="max-width: 1200px;">
<div class="masthead">
@@ -338,9 +343,5 @@
</div>
-<script src="https://code.jquery.com/jquery.js"></script>
-<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
-<script src="/js/lang-tabs.js"></script>
-
</body>
</html>