diff --git a/server/djrandom/frontend/static/Makefile b/server/djrandom/frontend/static/Makefile index 2dddbd060bbe6f1558601086d2e98463b644b951..afda304d65d358b2a7af5ce1a29ff529d4a2dc0c 100644 --- a/server/djrandom/frontend/static/Makefile +++ b/server/djrandom/frontend/static/Makefile @@ -7,7 +7,6 @@ CSS_SOURCES = \ # FIXME: Some files don't work when minified. JS_SINGLE_FILE = js/bundle.js JS_SOURCES = \ - js/jquery-1.6.4.min.js \ js/jquery.autocomplete.min.js \ js/jquery.fullbg.min.js \ js/jquery.grab.js \ @@ -19,6 +18,7 @@ JS_SOURCES = \ BUNDLES = $(CSS_SINGLE_FILE) \ + js/jquery-1.6.4.min.js \ $(JS_SINGLE_FILE) COMPRESSED_BUNDLES = $(BUNDLES:%=%.gz) diff --git a/server/djrandom/frontend/templates/index.html b/server/djrandom/frontend/templates/index.html index c0dca811727469b221562f106b8fcdf6b1ddaa14..db316913967ff8a48d83d21599cc198afd65cdcb 100644 --- a/server/djrandom/frontend/templates/index.html +++ b/server/djrandom/frontend/templates/index.html @@ -42,6 +42,8 @@ <link rel="stylesheet" type="text/css" href="/static/circle.skin/circle.player.css"> + <script type="text/javascript" + src="/static/js/jquery-1.6.4.min.js"></script> <script type="text/javascript" src="/static/js/bundle.js"></script> {% endif %}