Project

General

Profile

« Previous | Next » 

Revision 5598

correctly set the map location based on organizationScope

View differences:

lib/style/skins/sanparks/sanparksLogin.jsp
83 83
					var locationOptions = locationMenu.options;
84 84
					//alert("locationOptions=" + locationOptions);
85 85
					//loop through the options to find the correct location based on input string
86
					for (var i=0; i < locationOptions.length; i++) {
86
					for (var i=0; i < locationOptions.length; i++) {
87 87
						if (locationOptions[i].text == strLocation) {
88 88
							//set as selected
89 89
							locationMenu.selectedIndex = i;

Also available in: Unified diff