summaryrefslogtreecommitdiff
path: root/site/examples.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/examples.html')
-rw-r--r--site/examples.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/site/examples.html b/site/examples.html
index 21aed0bdc..6a1ec0468 100644
--- a/site/examples.html
+++ b/site/examples.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">
@@ -427,9 +432,5 @@ previous ones, and <em>actions</em>, which kick off a job to execute on a cluste
</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>