[enh] Resize body after content refresh.

This commit is contained in:
opi 2015-11-12 15:41:09 +01:00
parent 49bfb14dd1
commit 231aac076a
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -260,6 +260,9 @@ var app = Sammy('#main', function (sam) {
$('html, body').scrollTop(0);
});
}
// Resize window according to updated content.
$('body').resize();
},
confirm: function(title, content, confirmCallback, cancelCallback) {