rename sprite image to prevent browser cache of previous version

This commit is contained in:
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 { trait AssetHelper {
val assetVersion = 59 val assetVersion = 60
def cssTag(name: String) = css("stylesheets/" + name) 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; position: absolute;
width: 28px; width: 28px;
height: 28px; height: 28px;
background-image: url(../images/sprite_mini.png); background-image: url(../images/sprite_mini2.png);
} }
div.lcmp.pawn.white{ 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 elo chart average line is late
bookmarkers overflow http://en.lichess.org/508d7dfc bookmarkers overflow http://en.lichess.org/508d7dfc
stockfish timeout -> restart 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