From 09296fc0b302d9a105aacad960c295991fa88a1d Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 4 Apr 2013 14:32:47 +0200 Subject: Use text.get for transforming values supplied by spec https://fedorahosted.org/freeipa/ticket/3235 --- install/ui/src/freeipa/host.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/src/freeipa/host.js') diff --git a/install/ui/src/freeipa/host.js b/install/ui/src/freeipa/host.js index c9a7f236..a31c32ef 100644 --- a/install/ui/src/freeipa/host.js +++ b/install/ui/src/freeipa/host.js @@ -19,8 +19,8 @@ * along with this program. If not, see . */ -define(['./ipa', './jquery', './details', './search', './association', - './entity', './certificate'], function(IPA, $) { +define(['./ipa', './jquery', './text', './details', './search', './association', + './entity', './certificate'], function(IPA, $, text) { IPA.host = {}; -- cgit