mirror of
https://github.com/sileht/bird-lg.git
synced 2024-11-21 22:44:43 +01:00
Load first item by default
This commit is contained in:
parent
1f56e3b275
commit
677e3a2f73
|
@ -89,6 +89,9 @@
|
|||
break;
|
||||
}
|
||||
});
|
||||
if (document.location.pathname == "/"){
|
||||
$("#submit").click()
|
||||
}
|
||||
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue