Trigger loading of latest publications when page is loaded

Closes SCI-3670
This commit is contained in:
Jure Grabnar 2019-07-15 08:52:17 +02:00
parent 20120bf2e6
commit d210b0b152

View file

@ -270,3 +270,6 @@ function initFormSubmits() {
}
applySearchCallback();
// Trigger initial retrieval of latest publications
$('form.protocols-search-bar').submit();