Get your own customer support community
 

Clicking the overlay should hide the widget

I've added a tiny bit of Javascript to make clicking the overlay hide the widget as well. Code below (note, I use $ as a getElementById alias and Function.bind to preserve scope):

var fs = $('fdbk_screen');
if (fs) { fs.onclick = GSFN.hide.bind(GSFN); }
 
happy I’m optimistic
Inappropriate?
2 people like this idea

The company has this under consideration.


User_default_medium