summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/dialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/dialog.js')
-rw-r--r--install/ui/src/freeipa/dialog.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/dialog.js b/install/ui/src/freeipa/dialog.js
index 4e603155a..f2326b321 100644
--- a/install/ui/src/freeipa/dialog.js
+++ b/install/ui/src/freeipa/dialog.js
@@ -20,7 +20,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/* REQUIRES: widget.js, details.js */
+define(['./ipa', './jquery', './field', './widget'], function(IPA, $) {
IPA.opened_dialogs = {
@@ -847,3 +847,6 @@ IPA.confirm_mixin = function() {
}
};
};
+
+return {};
+}); \ No newline at end of file