Skip to content

Commit

Permalink
Add loading indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeschwartz committed Jul 30, 2015
1 parent d6a9f18 commit 6091fbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alpha-progress/index.md
Expand Up @@ -6,7 +6,7 @@ title: Content Workshops
## Progress drafting content for alpha site

<div id="content" class="well" style="background-color: lightgray">
<h3>Current goal: <span class="label label-success current-goal"></span> content cubes</h3>
<h3>Current goal: <span class="label label-success current-goal"></span> content cubes <span class="loading">(Loading...)</span></h3>
<div class="row row-1"></div>
<div class="row row-2"></div>
</div>
Expand Down Expand Up @@ -98,6 +98,7 @@ document.addEventListener("DOMContentLoaded", function() {
depts.forEach(function(dept) {
showDeptProgress(dept, spreadsheetData);
});
$('.loading').hide();
}
});
</script>

0 comments on commit 6091fbd

Please sign in to comment.