From 52e9032a02fdf106f41efcc376487bc75bdd2c9a Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Wed, 22 Feb 2012 11:05:13 -0800 Subject: [PATCH] Get EULA specific to selected language --- ui/scripts/cloudStack.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/scripts/cloudStack.js b/ui/scripts/cloudStack.js index 5ba02b52f21..1f47006c17a 100644 --- a/ui/scripts/cloudStack.js +++ b/ui/scripts/cloudStack.js @@ -412,8 +412,12 @@ // EULA check $.ajax({ +<<<<<<< HEAD url: 'eula.html', >>>>>>> 2e82439... Hide Citrix logo if no EULA is present (i.e., is OSS version) +======= + url: 'eula.' + $.cookie('lang') + '.html', +>>>>>>> 4f35fb7... Get EULA specific to selected language dataType: 'html', success: function(html) { cloudStack.uiCustom.login($.extend(loginArgs, { eula: html, hasLogo: true }));