From df52f2d247da24f6f3aecfbeff28839fd5dd0364 Mon Sep 17 00:00:00 2001 From: Kload Date: Sat, 23 Nov 2013 15:18:37 +0100 Subject: [PATCH] Minor fix at postinstall --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 63caffc4..1be9fc27 100644 --- a/js/app.js +++ b/js/app.js @@ -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('

YunoHost has been successfully installed, we\'ll wait for DNS to be propagated. It will take 3 minutes ...



'); + $('#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;