Skip to content
Snippets Groups Projects
Commit ad17b43e authored by Efthymia Bika's avatar Efthymia Bika
Browse files

Scroll body to show msg div

parent 00bbeef1
No related branches found
No related tags found
No related merge requests found
...@@ -221,6 +221,8 @@ function call_duplicity(mode, backup_set, force) { ...@@ -221,6 +221,8 @@ function call_duplicity(mode, backup_set, force) {
// call duplicity // call duplicity
var wProcess = spawn(DUPLICITY_PATH, args); var wProcess = spawn(DUPLICITY_PATH, args);
$("html,body").animate(
{scrollTop: $("#msg").offset().top}, "slow");
var output_str = ""; var output_str = "";
function dup_call_out(data) { function dup_call_out(data) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment