From 95cb00d13889f584865e2162bc3e0b2ef9bf2967 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 30 May 2015 21:17:44 +0200 Subject: [PATCH] Added method `getContentElement` to `UI/Confirmation` --- wcfsetup/install/files/js/WoltLab/WCF/UI/Confirmation.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wcfsetup/install/files/js/WoltLab/WCF/UI/Confirmation.js b/wcfsetup/install/files/js/WoltLab/WCF/UI/Confirmation.js index e7bf4071b0..d82224396e 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/UI/Confirmation.js +++ b/wcfsetup/install/files/js/WoltLab/WCF/UI/Confirmation.js @@ -73,6 +73,15 @@ define(['Core', 'Language', 'UI/Dialog'], function(Core, Language, UIDialog) { }); }, + /** + * Returns content container element. + * + * @return {Element} content container element + */ + getContentElement: function() { + return _content; + }, + /** * Creates the dialog DOM elements. */ -- 2.20.1