Skip to content

Commit 06606fa

Browse files
authored
Force dialogs not to show
1 parent 9fdd0a6 commit 06606fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/assets/javascripts/bootstrap-wysihtml5/wysihtml5x-toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13724,7 +13724,7 @@ wysihtml5.views.View = Base.extend(
1372413724
if (command.group) {
1372513725
dom.addClass(command.group, CLASS_NAME_COMMAND_ACTIVE);
1372613726
}
13727-
if (command.dialog) {
13727+
if (command.dialog && false) {
1372813728
if (typeof(state) === "object" || wysihtml5.lang.object(state).isArray()) {
1372913729

1373013730
if (!command.dialog.multiselect && wysihtml5.lang.object(state).isArray()) {

0 commit comments

Comments
 (0)