diff --git a/js/client-battle.js b/js/client-battle.js
index f6fc15f55..25edc245c 100644
--- a/js/client-battle.js
+++ b/js/client-battle.js
@@ -102,7 +102,7 @@
} else if (this.battle.playbackState === 2) {
// battle is playing
- this.$controls.html('');
+ this.$controls.html('
');
return;
}
@@ -128,7 +128,7 @@
if (this.battle.done) {
// battle has ended
- this.$controls.html('
');
+ this.$controls.html('
');
} else if (this.side) {
@@ -138,7 +138,7 @@
} else if (this.battle.mySide.initialized && this.battle.yourSide.initialized) {
// full battle
- this.$controls.html('Waiting for players...');
+ this.$controls.html('
Waiting for players...
');
} else {
diff --git a/js/client-teambuilder.js b/js/client-teambuilder.js
index a878f7a45..d8b8b1636 100644
--- a/js/client-teambuilder.js
+++ b/js/client-teambuilder.js
@@ -535,9 +535,9 @@
buf = '';
var totalev = 0;
for (var stat in stats) {
- var width = stats[stat]*200/504;
- if (stat == 'hp') width = stats[stat]*200/704;
- if (width > 200) width = 200;
+ var width = stats[stat]*180/504;
+ if (stat == 'hp') width = stats[stat]*180/704;
+ if (width > 179) width = 179;
var color = Math.floor(stats[stat]*180/714);
if (color > 360) color = 360;
buf += '
';
@@ -677,9 +677,9 @@
buf += '
';
for (var i in stats) {
stats[i] = this.getStat(i);
- var width = stats[i]*200/504;
- if (i=='hp') width = Math.floor(stats[i]*200/704);
- if (width > 199) width = 199;
+ var width = stats[i]*180/504;
+ if (i=='hp') width = Math.floor(stats[i]*180/704);
+ if (width > 179) width = 179;
var color = Math.floor(stats[i]*180/714);
if (color>360) color = 360;
buf += '
';
@@ -726,7 +726,7 @@
for (var i in stats) {
if (typeof set.ivs[i] === 'undefined') set.ivs[i] = 31;
var val = ''+(set.ivs[i]);
- buf += '';
+ buf += '';
}
buf += '