Index: trunk/mockups/athena/athena.js |
— | — | @@ -69,7 +69,7 @@ |
70 | 70 | // Reset scroll height/position |
71 | 71 | // Will be sized shortly. :) |
72 | 72 | //$embed.height(0); |
73 | | - $(document).scrollTop(0); |
| 73 | + $(document).scrollTop(1); |
74 | 74 | }); |
75 | 75 | $embed.bind('embed:navigate', function(event, data) { |
76 | 76 | // hack hack hack! |