1
0
Fork 0
mirror of https://github.com/sileht/bird-lg.git synced 2024-11-22 06:54:43 +01:00

Load first item by default

This commit is contained in:
Mehdi ABAAKOUK 2012-01-03 10:11:24 +01:00
parent 1f56e3b275
commit 677e3a2f73

View file

@ -89,6 +89,9 @@
break; break;
} }
}); });
if (document.location.pathname == "/"){
$("#submit").click()
}
}); });
</script> </script>