Let awareness images replay over and over
This commit is contained in:
@@ -625,7 +625,7 @@ function stringSize(str, font)
|
|||||||
{
|
{
|
||||||
var f = font || '12px arial',
|
var f = font || '12px arial',
|
||||||
o = $('<div>' + str + '</div>')
|
o = $('<div>' + str + '</div>')
|
||||||
.css({'position': 'absolute', 'float': 'left', 'white-space': 'nowrap', 'visibility': 'hidden', 'font': f})
|
.css({'position': 'absolute', 'float': 'left', 'visibility': 'hidden', 'font': f})
|
||||||
.appendTo($('body')),
|
.appendTo($('body')),
|
||||||
w = o.width(),
|
w = o.width(),
|
||||||
h = o.height();
|
h = o.height();
|
||||||
|
|||||||
Reference in New Issue
Block a user