fix feedback

This commit is contained in:
2016-08-15 23:44:07 +02:00
parent 6622928299
commit 76b99dcc31
3 changed files with 17 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ function getInfo(action, fOnSuccess, vars, fOnError, sType/*, bProcessIcon*/)
function feedback(sClass, sMsg, $Box)
{
$Box = $Box || $('body');
$Box = $Box || $('#feedback');
sMsg = sMsg || '';
var sHeight = 20;
$('.feedback').each(function(){sHeight += $(this).outerHeight() + 10;});