diff --git a/.bzrignore b/.bzrignore
index 38a8341f..b87a85b5 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -5,5 +5,5 @@ include
src
bin
static/json/pandora.json
-static/js/pandora.js
+static/js/pandora.min.js
static/png/*.png
diff --git a/pandora/app/config.py b/pandora/app/config.py
index 04d27eac..a4612a8c 100644
--- a/pandora/app/config.py
+++ b/pandora/app/config.py
@@ -64,7 +64,7 @@ def update_static():
data = ''
js = []
- pandora_js = os.path.join(settings.STATIC_ROOT, 'js/pandora.js')
+ pandora_js = os.path.join(settings.STATIC_ROOT, 'js/pandora.min.js')
pandora_json = os.path.join(settings.STATIC_ROOT, 'json/pandora.json')
for root, folders, files in os.walk(os.path.join(settings.STATIC_ROOT, 'js/pandora')):
for f in files:
diff --git a/pandora/templates/index.html b/pandora/templates/index.html
index 4c441bf7..39a5640b 100644
--- a/pandora/templates/index.html
+++ b/pandora/templates/index.html
@@ -7,6 +7,7 @@
+
-
+