|
|
@@ -362,7 +362,7 @@ function nextSymbolMatch() { |
|
|
|
- scrollDiv.height() / 2 |
|
|
|
+ newMatch.position().top + newMatch.height() / 2); |
|
|
|
|
|
|
|
newMatch.effect("highlight", {color: '#FFFF22'}, 750) |
|
|
|
newMatch.effect("highlight", {color: '#FFF'}, 750) |
|
|
|
newMatch.addClass('current'); |
|
|
|
}; |
|
|
|
|
|
|
|