Temporary disable "loading" message

This commit is contained in:
Sébastien Lucas 2012-07-02 20:52:30 +02:00
parent 0d71a0d907
commit 76f2fa7488

View file

@ -38,7 +38,6 @@
$(document).ready(function() { $(document).ready(function() {
// Handler for .ready() called. // Handler for .ready() called.
$(".entry").click(function(){ $(".entry").click(function(){
$("#loading").show();
window.location=$(this).find("a").attr("href"); window.location=$(this).find("a").attr("href");
return false; return false;
}); });