mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-10 14:46:42 +08:00
Trigger loading of latest publications when page is loaded
Closes SCI-3670
This commit is contained in:
parent
20120bf2e6
commit
d210b0b152
1 changed files with 3 additions and 0 deletions
|
@ -270,3 +270,6 @@ function initFormSubmits() {
|
|||
}
|
||||
|
||||
applySearchCallback();
|
||||
|
||||
// Trigger initial retrieval of latest publications
|
||||
$('form.protocols-search-bar').submit();
|
||||
|
|
Loading…
Reference in a new issue