Welcome Page: Fix count of awesome people (Cloud subscribers)

This commit is contained in:
2017-10-23 15:34:31 +02:00
parent a9788e70c9
commit 5eaa202d49

View File

@@ -379,7 +379,7 @@ li
style="background-image: url({{ url_for('static', filename='assets/img/backgrounds/pattern_bw_01.jpg')}})") style="background-image: url({{ url_for('static', filename='assets/img/backgrounds/pattern_bw_01.jpg')}})")
.page-card-side .page-card-side
h2.page-card-title h2.page-card-title
span Join #[strong(class="awesome-people") 3460] awesome people. span Join #[strong(class="awesome-people") 3492] awesome people.
br br
| Support Blender, get inspiration, knowledge and tools in one place. | Support Blender, get inspiration, knowledge and tools in one place.
@@ -402,7 +402,7 @@ script.
$.get('https://store.blender.org/product-counter/?prod=cloud', function(data) { $.get('https://store.blender.org/product-counter/?prod=cloud', function(data) {
}).done(function(data){ }).done(function(data){
if (data.total_sold > 0) { if (data.total_sold > 0) {
$('awesome-people').html(data.total_sold); $('.awesome-people').html(data.total_sold);
} }
}); });
} }