Skip to content

Commit 5b20a62

Browse files
authored
Fix confirmation box text (hestiacp#2980)
1 parent cb26535 commit 5b20a62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/js/events.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ VE.helpers.createConfirmationDialog = function(elm, dialog_title, confirmed_loca
148148
.find(".ui-button")
149149
.eq(1) // the first button
150150
.addClass("cancel");
151+
$(this).closest(".ui-dialog")
152+
.find(".ui-dialog-content:first")
153+
.removeClass('u-hidden');
154+
151155
}
152156
}
153157

0 commit comments

Comments
 (0)