sync updates
This commit is contained in:
parent
2ab7e15656
commit
9b452f3b53
85 changed files with 421 additions and 505 deletions
|
@ -257,7 +257,8 @@
|
|||
var elem = $('#' + id, page)[0];
|
||||
|
||||
if (elem) {
|
||||
elem.scrollIntoView();
|
||||
// commenting out for now because it's causing the whole window to scroll in chrome
|
||||
//elem.scrollIntoView();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue