Skip to content

Commit

Permalink
SAK-41183 Chat Room tool's view messages submit button does not chang…
Browse files Browse the repository at this point in the history
…e the view (#6460)
  • Loading branch information
austin48 authored and ottenhoff committed Jan 16, 2019
1 parent c43f0b2 commit 2ea0a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat/chat-tool/tool/src/webapp/jsp/room.jsp
Expand Up @@ -42,7 +42,7 @@
</h:panelGroup>
<h:panelGroup styleClass="submit-grp">
<h:outputText value=" " />
<h:commandButton type="button" id="submit" value="#{msgs['control.submit']}" styleClass="active" />
<h:commandButton type="submit" id="submit" value="#{msgs['control.submit']}" styleClass="active" />
</h:panelGroup>
</h:panelGroup>
</div>
Expand Down

0 comments on commit 2ea0a18

Please sign in to comment.