Added support to disable the default scrolling JS code included in web_theme app

This commit is contained in:
Roberto Rosario
2011-03-25 16:22:09 -04:00
parent d9e1043ca3
commit daa22f1f36
4 changed files with 16 additions and 3 deletions
+1
View File
@@ -5,3 +5,4 @@ from django.conf import settings
#kathleene, olive, orange, red, reidb-greenish, warehouse
THEME = getattr(settings, 'WEB_THEME', 'default')
ENABLE_SCROLL_JS = getattr(settings, 'WEB_THEME_ENABLE_SCROLL_JS', True)