Skip to content

Commit 618704a

Browse files
committed
Only show shapeways when send ot phone is enabled
1 parent 15b66db commit 618704a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockly/src/templates/sharing.html.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<img src='<%= BlocklyApps.assetUrl("media/phone_purple.png") %>' />
5050
</a>
5151
<% } -%>
52-
<% if (options.level.shapewaysUrl && !options.onMainPage) { -%>
52+
<% if (options.level.shapewaysUrl && !options.onMainPage && options.sendToPhone) { -%>
5353
<a id="sharing-shapeways" href="" onClick="return false;">
5454
<img src='<%= BlocklyApps.assetUrl("media/shapeways_purple.png") %>' />
5555
</a>

0 commit comments

Comments
 (0)