Load first item by default

This commit is contained in:
Mehdi ABAAKOUK 2012-01-03 10:11:24 +01:00
parent 1f56e3b275
commit 677e3a2f73
1 changed files with 3 additions and 0 deletions

View File

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