mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 23:03:00 +08:00
Merge pull request #2378 from mlorb/ml-sci-4311
Fix scroll position on protocol and result page [SCI-4311]
This commit is contained in:
commit
a2afa11fef
2 changed files with 1 additions and 2 deletions
|
@ -65,7 +65,6 @@ var Comments = (function() {
|
||||||
$el.find('textarea'),
|
$el.find('textarea'),
|
||||||
$el.find('.new-comment-button')
|
$el.find('.new-comment-button')
|
||||||
);
|
);
|
||||||
$el.find('textarea').focus().blur();
|
|
||||||
$el.find('.new-comment-button').off('click').click(() => {
|
$el.find('.new-comment-button').off('click').click(() => {
|
||||||
var errorField = $el.find('.new-message-error');
|
var errorField = $el.find('.new-message-error');
|
||||||
var newButton = this;
|
var newButton = this;
|
||||||
|
|
|
@ -1608,7 +1608,7 @@ textarea.textarea-sm {
|
||||||
min-height: 34px;
|
min-height: 34px;
|
||||||
|
|
||||||
&.form-control {
|
&.form-control {
|
||||||
height: 34px;
|
height: 36px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue