Skip to content
This repository has been archived by the owner on Jul 5, 2018. It is now read-only.

Commit

Permalink
Merge pull request #89 from jdlrobson/38895
Browse files Browse the repository at this point in the history
force a map focus if needed (bug 38895)
  • Loading branch information
satoshi75nakamoto committed Jul 31, 2012
2 parents 5b5c062 + 57a728d commit 82ba073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/www/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ require( [ 'jquery', 'l10n', 'geo', 'api', 'templates', 'monuments', 'monument',
if( monuments.length === 0 ) {
showMonumentsForPosition( latitude, longitude, zoomLevel - 1 );
} else {
showMonumentsMap( monuments, false, false );
showMonumentsMap( monuments );
showPage( 'map-page' );
}
} ).fail( function() {
Expand Down

0 comments on commit 82ba073

Please sign in to comment.