From a20639fb4fb22b6012595549dee74626f5417391 Mon Sep 17 00:00:00 2001 From: Bernard `Guyzmo` Pratz Date: Thu, 14 Jan 2016 20:51:05 +0000 Subject: [PATCH] trailing spaces. Signed-off-by: Bernard `Guyzmo` Pratz --- management/templates/system-backup.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/management/templates/system-backup.html b/management/templates/system-backup.html index 1511125c..0dc12f6c 100644 --- a/management/templates/system-backup.html +++ b/management/templates/system-backup.html @@ -159,7 +159,7 @@ function nice_size(bytes) { function show_system_backup() { show_custom_backup() - + $('#backup-status tbody').html("Loading...") api( "/system/backup/status", @@ -244,7 +244,7 @@ function set_custom_backup() { var target_type = $("#backup-target-type").val(); var target_user = $("#backup-target-user").val(); var target_pass = $("#backup-target-pass").val(); - + var target; if (target_type == "local" || target_type == "off") target = target_type;