rename sprite image to prevent browser cache of previous version

pull/7/merge
Thibault Duplessis 2012-07-15 13:43:20 +02:00
parent a8ae72fd8f
commit fd84aa010b
4 changed files with 5 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import play.api.templates.Html
trait AssetHelper {
val assetVersion = 59
val assetVersion = 60
def cssTag(name: String) = css("stylesheets/" + name)

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -85,7 +85,7 @@ div.lcmp {
position: absolute;
width: 28px;
height: 28px;
background-image: url(../images/sprite_mini.png);
background-image: url(../images/sprite_mini2.png);
}
div.lcmp.pawn.white{

3
todo
View File

@ -29,3 +29,6 @@ analysis missing last move (and 2 moves in chart)
elo chart average line is late
bookmarkers overflow http://en.lichess.org/508d7dfc
stockfish timeout -> restart
move while disconnected = move lost. should reload the page on ack timeout.
finish games per day chart
untranslated =https://github.com/ornicar/lila/issues/://github.com/ornicar/lila/issues/4