Only reset scroll position for settings content. (Fixes #1812)
(cherry picked from commit 5c81833)
This commit is contained in:
parent
2d9c16e859
commit
5d1a0eaa16
1 changed files with 1 additions and 1 deletions
|
|
@ -814,7 +814,7 @@ $(function() {
|
|||
};
|
||||
|
||||
self._resetScrollPosition = function() {
|
||||
$('.scrollable', self.settingsDialog).scrollTop(0);
|
||||
$('#settings_dialog_content', self.settingsDialog).scrollTop(0);
|
||||
};
|
||||
|
||||
self.selectTab = function(tab) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue