|
|
@ -15,6 +15,7 @@ const $navUserProfile = $("#nav-user-profile");
|
|
|
|
const $navLogOut = $("#nav-logout");
|
|
|
|
const $navLogOut = $("#nav-logout");
|
|
|
|
|
|
|
|
|
|
|
|
const $addStoryForm = $('#add-story-form');
|
|
|
|
const $addStoryForm = $('#add-story-form');
|
|
|
|
|
|
|
|
const $navSubmit = $('#nav-submit');
|
|
|
|
|
|
|
|
|
|
|
|
/** To make it easier for individual components to show just themselves, this
|
|
|
|
/** To make it easier for individual components to show just themselves, this
|
|
|
|
* is a useful function that hides pretty much everything on the page. After
|
|
|
|
* is a useful function that hides pretty much everything on the page. After
|
|
|
|