mirror of
https://github.com/sileht/bird-lg.git
synced 2025-03-20 19:33:23 +01:00
Load first item by default
This commit is contained in:
parent
1f56e3b275
commit
677e3a2f73
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@
|
|||
break;
|
||||
}
|
||||
});
|
||||
if (document.location.pathname == "/"){
|
||||
$("#submit").click()
|
||||
}
|
||||
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue