MediaWiki:Common.js: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 52: Line 52:
$("#countryofFrenchPolynesia").click(function(){$("#frenchPolynesiaStates").show();});
$("#countryofFrenchPolynesia").click(function(){$("#frenchPolynesiaStates").show();});
$("#countryofFrenchPolynesia2").click(function(){$("#frenchPolynesiaStates").show();$("#allLocations").show();});
$("#countryofFrenchPolynesia2").click(function(){$("#frenchPolynesiaStates").show();$("#allLocations").show();});
/*------------------------------Guatemala states----------------------------*/
$("#countryofGuatemala").click(function(){$("#guatemalaStates").show();});
$("#countryofGuatemala2").click(function(){$("#guatemalaStates").show();$("#allLocations").show();});
/*------------------------------Germany states----------------------------*/
/*------------------------------Germany states----------------------------*/
$("#countryofGermany").click(function(){$("#germanyStates").show();});
$("#countryofGermany").click(function(){$("#germanyStates").show();});