53,890
edits
(Show the menu on page load) |
(Click the "List of All Localities" button on document load) |
||
Line 291: | Line 291: | ||
$(document).ready(function () { | $(document).ready(function () { | ||
// start out by showing all menu items | // start out by showing all menu items | ||
$("#all_countries_button").click(); | |||
}); /** End of Map Menus code */ | }); /** End of Map Menus code */ |
edits