fix feedback
This commit is contained in:
@@ -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;});
|
||||
|
||||
Reference in New Issue
Block a user