mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Minor fix at postinstall
This commit is contained in:
parent
af855a8731
commit
df52f2d247
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ app = Sammy('#main', function (sam) {
|
|||
if (installing) {
|
||||
if (args.domain.match(/\.nohost\.me$/) || args.domain.match(/\.noho\.st$/)) {
|
||||
$('#popup-title').text('Installed');
|
||||
$('#popup-body').html('<p>YunoHost has been successfully installed, we\'ll wait for DNS to be propagated. It will take 3 minutes ...</p><br><div class="text-center"><img src="img/ajax-loader.gif"></div><br>');
|
||||
$('#popup-body p').text('YunoHost has been successfully installed, we\'ll wait for DNS to be propagated. It will take 3 minutes ...');
|
||||
interval = 180000;
|
||||
} else {
|
||||
interval = 5000;
|
||||
|
|
Loading…
Add table
Reference in a new issue