Revert "Easier closing of dialogs" (introduces regression on date time picker)

This reverts commit 71630aaa77.
This commit is contained in:
Frédéric Guillot
2018-10-23 15:12:44 -07:00
parent 2deb6cc917
commit 5a2836bf39
7 changed files with 18 additions and 53 deletions

View File

@@ -20,7 +20,7 @@
var url = KB.dom(baseElement).data('url');
if (url) {
KB.modal.open(url, 'medium', true);
KB.modal.open(url, 'medium', false);
}
}