Skip to content

Commit 73143be

Browse files
fix issue 290
1 parent 9a1f563 commit 73143be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

plotly/plotly_offline_aux/plotlyoffline.m

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,10 @@
6060
'\n });'], id, clean_jdata, clean_jlayout, ...
6161
id, link_text);
6262

63-
plotly_script = sprintf(['\n<div class="%s loading"',...
64-
'\n<div id="%s" style="height: %s;',...
63+
plotly_script = sprintf(['\n<div id="%s" style="height: %s;',...
6564
'width: %s;" class="plotly-graph-div">' ...
6665
'</div> \n<script type="text/javascript">' ...
67-
'%s \n</script>'], id, id, height, width, ...
66+
'%s \n</script>'], id, height, width, ...
6867
script);
6968

7069
% template entire script

0 commit comments

Comments
 (0)