1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

IE 7/8 fix attempt

This commit is contained in:
SecretR
2013-02-04 14:49:31 +02:00
parent b6c0069033
commit 177a5e8314

View File

@@ -50,7 +50,7 @@
$('<img />', {
src : self.opt.path + ((!self.opt.score || self.opt.score < i) ? self.opt.starOff : self.opt.starOn),
alt : i,
class : self.opt.css,
'class' : self.opt.css,
title : (i <= self.opt.hints.length && self.opt.hints[i - 1] !== null) ? self.opt.hints[i - 1] : i
}).appendTo(self);