sebawagner commented on a change in pull request #89:
URL: https://github.com/apache/openmeetings/pull/89#discussion_r426301506
##########
File path:
openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
##########
@@ -195,12 +195,12 @@
<div id="wb-formula" class="wb-formula ui-corner-all
ui-widget-content">
<div wicket:message="title:wb.tool.math.formula"
class="header ui-dialog-titlebar ui-corner-all ui-widget-header
ui-helper-clearfix ui-draggable-handle">
<span class="ui-dialog-title"><wicket:message
key="wb.tool.math.formula"/></span>
- <button type="button" class="ui-button
ui-corner-all ui-widget ui-button-icon-only ui-dialog-titlebar-close"
wicket:message="title:85">
- <span class="ui-button-icon ui-icon
ui-icon-closethick"></span>
- <span class="ui-button-icon-space">
</span>
- <wicket:message key="85"/>
- </button>
</div>
+ <button type="button" class="ui-button ui-corner-all
ui-widget ui-button-icon-only ui-dialog-titlebar-close"
wicket:message="title:85">
Review comment:
I don't quite understand why we manually code this button instead of
$jquery.dialog() but its fine for me for now. Probably because of the custom
resizeable I guess.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]