diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-01-28 12:07:30 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-01-30 13:22:18 -0600 |
commit | e9c3384b84fd8735a07a730ef4bcf9f8c2bc350f (patch) | |
tree | c8e920752969e0cd644d1fb285fe32f200f20ecc /mediagoblin | |
parent | a3f811a6e8589fc4b47c9f3036ac1cf0c8b0e200 (diff) | |
download | mediagoblin-e9c3384b84fd8735a07a730ef4bcf9f8c2bc350f.tar.lz mediagoblin-e9c3384b84fd8735a07a730ef4bcf9f8c2bc350f.tar.xz mediagoblin-e9c3384b84fd8735a07a730ef4bcf9f8c2bc350f.zip |
Removing unused geolocation_map_visible variable and turning geolocation on in default config
Diffstat (limited to 'mediagoblin')
-rw-r--r-- | mediagoblin/config_spec.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini index 50ce252e..13840564 100644 --- a/mediagoblin/config_spec.ini +++ b/mediagoblin/config_spec.ini @@ -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/") |