1.Changed the style for when content for a parameter's comparison is loading.

This commit is contained in:
cdtank 2011-01-25 20:09:32 +00:00
parent 6faa26a872
commit e7e3fb41ec

View file

@ -46,7 +46,7 @@ $(document).ready(function() {
if (parameter.value === selectedValue) { if (parameter.value === selectedValue) {
selectedParameter = parameter; selectedParameter = parameter;
//window.location = parameter.viewLink; window.location = parameter.viewLink;
} }
}); });