I figured it out in the meantime 🙂
You need to open file called ajax_shout.js and find this line:
ActualSmile=””, style=””, lib=”-“;
Replace it with this:
ActualSmile=””, style=”display:none”, lib=”-“;
That should do the trick. You may need to reload your page or clear cache in your browser after replacing this line.