Get EULA specific to selected language

This commit is contained in:
Brian Federle 2012-02-22 11:05:13 -08:00 committed by Salvatore Orlando
parent 1e2e3b524c
commit 52e9032a02
1 changed files with 4 additions and 0 deletions

View File

@ -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 }));