Let awareness images replay over and over
This commit is contained in:
@@ -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 = str.split("\n").length;
|
newlines = Math.min(1, str.split("\n").length);
|
||||||
if ( newlines > 1 )
|
if ( newlines > 1 )
|
||||||
hstep = 5;
|
hstep = 5;
|
||||||
o.remove();
|
o.remove();
|
||||||
|
|||||||
Reference in New Issue
Block a user