Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ footer.clientdownloadlink = BlocklyProp-client
# Application version numbers.
application.major = 0
application.minor = 96
application.build = 383
application.build = 410

html.content_missing = Content missing

Expand Down
16 changes: 6 additions & 10 deletions src/main/webapp/frame/framec.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -442,16 +442,12 @@
</value>
</category>
<category name="<fmt:message key="category.communicate" />" include="activity-board,flip,other" colour="340">
<c:choose>
<c:when test="${experimental == true}">
<category name="<fmt:message key="category.communicate.graphing" />" include="activity-board,flip,other">
<block type="graph_settings">
<field name="XAXIS">40,S</field>
</block>
<block type="graph_output"></block>
</category>
</c:when>
</c:choose>
<category name="<fmt:message key="category.communicate.graphing" />" include="activity-board,flip,other">
<block type="graph_settings">
<field name="XAXIS">40,S</field>
</block>
<block type="graph_output"></block>
</category>
<category name="<fmt:message key="category.communicate.oled" />">
<block type="oled_initialize"></block>
<block type="oled_font_loader"></block>
Expand Down