Jump to conversation
Unresolved conversations (0)
Nice work!

Nice work!

All of your conversations have been resolved.

Resolved conversations (2)
@live627 live627 Jan 11, 2024
```suggestion $(document).mouseup(function (e) { if (allowHide && !popupContent.is(e.target) && popupContent.has(e.target).length === 0) $(smileyPopup).fadeOut('fast'); }).keyup(function (e) { if (e.keyCode === 27) $(smileyPopup).fadeOut('fast'); }); ```
Outdated
...es/default/scripts/jquery.sceditor.smf.js
@live627 live627 May 31, 2023
this a tag selector? What happens if more than one exist?
Outdated
...es/default/scripts/jquery.sceditor.smf.js
DiegoAndresCortes live627