Let awareness images replay over and over

This commit is contained in:
2014-06-15 19:47:37 -07:00
parent 747361adc4
commit 753f2cac0f

View File

@@ -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();