From 54150650cb626a343beccda0bdd0d55b23b47777 Mon Sep 17 00:00:00 2001 From: bill bittner Date: Tue, 16 Jan 2018 09:52:15 -0800 Subject: [PATCH] fixed home page loading bar --- public/assets/js/createChannelFunctions.js | 2 -- views/index.handlebars | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/public/assets/js/createChannelFunctions.js b/public/assets/js/createChannelFunctions.js index 982e730d..9c9ae9a7 100644 --- a/public/assets/js/createChannelFunctions.js +++ b/public/assets/js/createChannelFunctions.js @@ -2,10 +2,8 @@ function showChannelCreateInProgressDisplay () { const publishChannelForm = document.getElementById('publish-channel-form'); const inProgress = document.getElementById('channel-publish-in-progress'); - const channelProgressBar = document.getElementById('create-channel-progress-bar'); publishChannelForm.hidden = true; inProgress.hidden = false; - createProgressBar(channelProgressBar, 12); } // display the content that shows channel creation is done diff --git a/views/index.handlebars b/views/index.handlebars index cf2dd4b3..61276529 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -1,7 +1,8 @@
- loading +

loading...

+ {{> progressBar}}