We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b66db commit 618704aCopy full SHA for 618704a
blockly/src/templates/sharing.html.ejs
@@ -49,7 +49,7 @@
49
<img src='<%= BlocklyApps.assetUrl("media/phone_purple.png") %>' />
50
</a>
51
<% } -%>
52
- <% if (options.level.shapewaysUrl && !options.onMainPage) { -%>
+ <% if (options.level.shapewaysUrl && !options.onMainPage && options.sendToPhone) { -%>
53
<a id="sharing-shapeways" href="" onClick="return false;">
54
<img src='<%= BlocklyApps.assetUrl("media/shapeways_purple.png") %>' />
55
0 commit comments