diff --git a/jQuery/src/index.js b/jQuery/src/index.js index c43fdcc..3759fa1 100644 --- a/jQuery/src/index.js +++ b/jQuery/src/index.js @@ -63,6 +63,7 @@ $(() => { .dxPopup({ width: 600, height: 400, + showCloseButton: true, contentTemplate(contentElement) { $('
') .addClass('drill-down')