Let awareness images replay over and over
This commit is contained in:
@@ -630,7 +630,7 @@ function stringSize(str, font)
|
||||
w = o.width(),
|
||||
h = o.height();
|
||||
hstep = 0;
|
||||
newlines = Math.min(1, str.split("\n").length);
|
||||
newlines = Math.max(1, str.split("\n").length);
|
||||
if ( newlines > 1 )
|
||||
hstep = 5;
|
||||
o.remove();
|
||||
|
||||
Reference in New Issue
Block a user