summaryrefslogtreecommitdiff
path: root/site/screencasts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/screencasts/index.html')
-rw-r--r--site/screencasts/index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/site/screencasts/index.html b/site/screencasts/index.html
index 45d7f10dd..7c7f1ae85 100644
--- a/site/screencasts/index.html
+++ b/site/screencasts/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">
@@ -217,9 +222,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>