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