Let awareness images replay over and over

This commit is contained in:
2014-06-15 19:53:49 -07:00
parent 21c37827a0
commit 9246e20394

View File

@@ -630,7 +630,7 @@ function stringSize(str, font)
w = o.width(), w = o.width(),
h = o.height(); h = o.height();
hstep = 0; hstep = 0;
newlines = Math.min(1, str.split("\n").length); newlines = Math.max(1, str.split("\n").length);
if ( newlines > 1 ) if ( newlines > 1 )
hstep = 5; hstep = 5;
o.remove(); o.remove();