sync updates

This commit is contained in:
Luke Pulverenti 2015-01-23 01:15:15 -05:00
parent 2ab7e15656
commit 9b452f3b53
85 changed files with 421 additions and 505 deletions

View file

@ -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();
}
}