Removing unused geolocation_map_visible variable and turning geolocation on in default config

This commit is contained in:
Christopher Allan Webber
2013-01-28 12:07:30 -06:00
parent a3f811a6e8
commit e9c3384b84
2 changed files with 1 additions and 4 deletions

View File

@@ -55,7 +55,6 @@ csrf_cookie_name = string(default='mediagoblin_csrftoken')
push_urls = string_list(default=list())
exif_visible = boolean(default=False)
geolocation_map_visible = boolean(default=False)
# Theming stuff
theme_install_dir = string(default="%(here)s/user_dev/themes/")