Temporary disable "loading" message
This commit is contained in:
parent
0d71a0d907
commit
76f2fa7488
|
@ -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;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue