1.Changed the style for when content for a parameter's comparison is loading.
This commit is contained in:
parent
6faa26a872
commit
e7e3fb41ec
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ $(document).ready(function() {
|
|||
|
||||
if (parameter.value === selectedValue) {
|
||||
selectedParameter = parameter;
|
||||
//window.location = parameter.viewLink;
|
||||
window.location = parameter.viewLink;
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue