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:
parent
1f56e3b275
commit
677e3a2f73
|
@ -89,6 +89,9 @@
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
if (document.location.pathname == "/"){
|
||||||
|
$("#submit").click()
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue