|
|
@ -362,9 +362,11 @@ $(document).ready(function () {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
function showAndScrollTo(id, focus) {
|
|
|
|
function showAndScrollTo(id, focus) {
|
|
|
|
|
|
|
|
|
|
|
|
$('#' + id).show();
|
|
|
|
$('#' + id).show();
|
|
|
|
if (focus !== null) {
|
|
|
|
if (focus !== null) {
|
|
|
|
$('#' + focus).focus();
|
|
|
|
$('#' + focus).focus();
|
|
|
|
|
|
|
|
issue_journal_kind_reply.focus();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$('html, body').animate({scrollTop: $('#' + id).offset().top}, 400);
|
|
|
|
$('html, body').animate({scrollTop: $('#' + id).offset().top}, 400);
|
|
|
|
}
|
|
|
|
}
|
|
|
|