mirror of https://github.com/apache/cloudstack.git
Get EULA specific to selected language
This commit is contained in:
parent
cebbce42a7
commit
4f35fb7110
|
|
@ -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 }));
|
||||
|
|
|
|||
Loading…
Reference in New Issue