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
|
@ -96,9 +96,11 @@
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
function renderVisualization(visualizationURL) {
|
function renderVisualization(visualizationURL) {
|
||||||
|
|
||||||
|
<%--
|
||||||
$("#vis_container").empty().html('<img src="${loadingImageLink}" />');
|
$("#vis_container").empty().html('<img src="${loadingImageLink}" />');
|
||||||
|
|
||||||
|
--%>
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: visualizationURL,
|
url: visualizationURL,
|
||||||
dataType: "html",
|
dataType: "html",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue