Browse Source

Merge

master
root 8 years ago
parent
commit
1e26116bb7
  1. 2
      templates/banned.html
  2. 2
      templates/down.html
  3. 2
      templates/home.html
  4. 2
      templates/not_subscribed.html
  5. 2
      templates/play.html
  6. 2
      templates/precampagne.html

2
templates/banned.html

@ -54,7 +54,7 @@ $(function () {
},
series: [{
type: 'pie',
name: 'État du Rézo',
name: 'Pourcentage',
innerSize: '50%',
data: [
{

2
templates/down.html

@ -56,7 +56,7 @@ $(function () {
},
series: [{
type: 'pie',
name: 'État du Rézo',
name: 'Pourcentage',
innerSize: '50%',
data: [
{

2
templates/home.html

@ -59,4 +59,4 @@
});
</script>
{% endblock %}
{% endblock %}

2
templates/not_subscribed.html

@ -42,7 +42,7 @@ $(function () {
},
series: [{
type: 'pie',
name: 'État du Rézo',
name: 'Pourcentage',
innerSize: '50%',
data: [
{

2
templates/play.html

@ -78,7 +78,7 @@ $(function () {
},
series: [{
type: 'pie',
name: 'État du Rézo',
name: 'Pourcentage',
innerSize: '50%',
data: [
{

2
templates/precampagne.html

@ -39,7 +39,7 @@ $(function () {
},
series: [{
type: 'pie',
name: 'État du Rézo',
name: 'Pourcentage',
innerSize: '50%',
data: [
{

Loading…
Cancel
Save