From cc8c0cb05d407cadef17f91aa42ebb192fa1ccf4 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 1 Jan 2021 14:00:30 -0800 Subject: [PATCH] backups: Don't open a new window for downloading backups Opening a new window is simply unnecessary. Tests: - Clicking the link will result in immediate download in Chrome without navigating away from the page. - Clicking the link will result in download prompt in Firefox without navigating away from the page. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- plinth/modules/backups/templates/backups_repository.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/backups/templates/backups_repository.html b/plinth/modules/backups/templates/backups_repository.html index 01e3f7f0f..6dee0d181 100644 --- a/plinth/modules/backups/templates/backups_repository.html +++ b/plinth/modules/backups/templates/backups_repository.html @@ -72,7 +72,7 @@ {{ archive.name }} - {% trans "Download" %}