diff options
Diffstat (limited to 'install/static/test/aci_tests.js')
-rw-r--r-- | install/static/test/aci_tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/test/aci_tests.js b/install/static/test/aci_tests.js index 9505f1e1..c51b556d 100644 --- a/install/static/test/aci_tests.js +++ b/install/static/test/aci_tests.js @@ -36,7 +36,7 @@ module('aci',{ } ); aci_container = $('<div id="aci"/>').appendTo(document.body); - target_section = ipa_target_section(); + target_section = IPA.target_section(); target_section.create(aci_container); }, teardown: function() { |