@@ -201,7 +201,8 @@ jQuery.extend({
// Queueing
opt.old = opt.complete;
opt.complete = function(){
jQuery(this).dequeue();
if ( opt.queue !== false )
if ( jQuery.isFunction( opt.old ) )
opt.old.apply( this );
};
The note is not visible to the blocked user.