1.Changed the style for when content for a parameter's comparison is loading.
This commit is contained in:
parent
08ff4fa013
commit
6faa26a872
2 changed files with 11 additions and 2 deletions
|
@ -46,12 +46,12 @@ $(document).ready(function() {
|
|||
|
||||
if (parameter.value === selectedValue) {
|
||||
selectedParameter = parameter;
|
||||
window.location = parameter.viewLink;
|
||||
//window.location = parameter.viewLink;
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
$("#body").empty().html("Loading " + selectedValue + " ...");
|
||||
$("#body").empty().html("<div id='loading-comparisons'>Loading " + selectedValue + " <img src='" + loadingImageLink + "' /></div>");
|
||||
|
||||
/*
|
||||
* This piece of code is not executed at all because the redirect happens before there is a chance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue