remove js debug

This commit is contained in:
Thibault Duplessis 2013-06-09 02:33:35 +02:00
parent ce18609522
commit 0896c88338
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ import controllers.routes
trait AssetHelper {
val assetVersion = 47
val assetVersion = 48
def cssTag(name: String) = css("stylesheets/" + name)

View file

@ -2006,7 +2006,7 @@ var lichess_sri = Math.random().toString(36).substring(5); // 8 chars
$div.fadeOut(500);
}
return false;
}).click();
});
$bot.on("click", "tr", function() {
location.href = $(this).find('a.watch').attr("href");