Get EULA specific to selected language

This commit is contained in:
Brian Federle 2012-02-22 11:05:13 -08:00
parent cebbce42a7
commit 4f35fb7110
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@
// EULA check
$.ajax({
url: 'eula.html',
url: 'eula.' + $.cookie('lang') + '.html',
dataType: 'html',
success: function(html) {
cloudStack.uiCustom.login($.extend(loginArgs, { eula: html, hasLogo: true }));