File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11CACHE MANIFEST
2- # version 226
2+ # version 227
33
44# gogole maps files
55http://maps.google.com/maps/api/js?v=3.10&sensor=false&language=en_us&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ $(window).ready(function() {
339339 var box = $ ( '#chasecarbox' ) ;
340340 if ( box . is ( ':hidden' ) ) {
341341 $ ( '.main_screen,#aboutbox,#settingsbox,#embedbox' ) . hide ( ) ;
342- box . show ( ) ;
342+ box . show ( ) . scrollTop ( 0 ) ;
343343 }
344344 checkSize ( ) ;
345345 } )
@@ -348,7 +348,7 @@ $(window).ready(function() {
348348 var box = $ ( '#aboutbox' ) ;
349349 if ( box . is ( ':hidden' ) ) {
350350 $ ( '.main_screen,#chasecarbox,#settingsbox,#embedbox' ) . hide ( ) ;
351- box . show ( ) ;
351+ box . show ( ) . scrollTop ( 0 ) ;
352352 }
353353 checkSize ( ) ;
354354 } )
@@ -357,15 +357,15 @@ $(window).ready(function() {
357357 var box = $ ( '#settingsbox' ) ;
358358 if ( box . is ( ':hidden' ) ) {
359359 $ ( '.main_screen,#chasecarbox,#aboutbox,#embedbox' ) . hide ( ) ;
360- box . show ( ) ;
360+ box . show ( ) . scrollTop ( 0 ) ;
361361 }
362362 } )
363363 . on ( 'click' , '.embed' , function ( ) {
364364 var e = $ ( this ) ;
365365 var box = $ ( '#embedbox' ) ;
366366 if ( box . is ( ':hidden' ) ) {
367367 $ ( '.main_screen,#chasecarbox,#aboutbox,#settingsbox' ) . hide ( ) ;
368- box . show ( ) ;
368+ box . show ( ) . scrollTop ( 0 ) ;
369369 }
370370 checkSize ( ) ;
371371 } ) ;
You can’t perform that action at this time.
0 commit comments