diff --git a/templates/select.html b/templates/select.html
index a555cf24..96ca6b6c 100644
--- a/templates/select.html
+++ b/templates/select.html
@@ -92,11 +92,10 @@
-
+
-
Making a gigapixel storymap? We moved those details, and made a few other small changes to the StoryMap editor.
- Read this for more info.
+
Making a gigapixel storymap? We moved those details. Read this for more info.
@@ -563,12 +562,6 @@
$(this).find('.entry-login').show();
$(this).trigger('progress_hide');
})
- .on('show_type', function(event) {
- $(this).find('.entry-panel').hide();
- $(this).find('a.help').popover('hide');
- $(this).find('.entry-type').show();
- $(this).trigger('progress_hide');
- })
.on('show_create_map', function(event) {
$('.entry-create-map input[type="text"]').val('');
@@ -603,7 +596,8 @@
$modal.find('.entry-list').show();
$modal.trigger('display_list', 'title');
} else {
- $modal.trigger('show_type');
+ $modal.trigger('progress_hide');
+ $modal.trigger('show_create_map');
}
})
.on('display_list', function(event, sortby) {