diff --git a/views/default.handlebars b/views/default.handlebars index 7e38ff56..c68dc833 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -517,7 +517,7 @@

Server actions

- + @@ -1597,6 +1597,9 @@ // Make the dialog box movable dialogBoxDrag(); + + // Fix links + if (urlargs.key) { Q('p6backuplink').href += '?key=' + urlargs.key; } } function refreshCookieSession() { @@ -11108,7 +11111,7 @@ function server_showRestoreDlg() { if (xxdialogMode) return false; var x = "Restore the server using a backup, this will delete the existing server data. Only do this if you know what you are doing." + '

'; - x += '
'; + x += '
'; x += ''; x += '

'; x += '';