1. Temporarily disabled the loading image un till we rework the vis display pipeline.
This commit is contained in:
parent
7a13729116
commit
1b93c6f85a
1 changed files with 3 additions and 1 deletions
|
@ -97,8 +97,10 @@
|
|||
|
||||
function renderVisualization(visualizationURL) {
|
||||
|
||||
<%--
|
||||
$("#vis_container").empty().html('<img src="${loadingImageLink}" />');
|
||||
|
||||
--%>
|
||||
$.ajax({
|
||||
url: visualizationURL,
|
||||
dataType: "html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue