Skip to content

Commit

Permalink
show something for people who've never made a storymap before
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeGermuska committed May 31, 2016
1 parent 1f60f05 commit 4731452
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions templates/select.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,10 @@
<!-- create map panel -->
<div class="entry-panel entry-create-map hide">
<p>
<label>Great! Let's create your StoryMap. What do you want to call it?</label>
<label>Great! Let's make a StoryMap. What do you want to call it?</label>
<input type="text" class="entry-create-title stretch" data-onsubmit="entry_create" />
</p>
<p class="ui-note">Making a gigapixel storymap? We moved those details, and made a few other small changes to the StoryMap editor.
<a target="_blank" href="http://knightlab.northwestern.edu/2016/05/24/a-few-small-improvements-to-storymapjs/">Read this for more info.</a></p>
<p class="ui-note">Making a gigapixel storymap? We moved those details. <a target="_blank" href="http://knightlab.northwestern.edu/2016/05/24/a-few-small-improvements-to-storymapjs/">Read this for more info.</a></p>
</div>
<!-- import panel -->
<div class="entry-panel entry-import hide">
Expand Down Expand Up @@ -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('');

Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 4731452

Please sign in to comment.