New Rogernomics
Member
It gives this error message in the console, it doesn't like the bolded line here:

chat/:367 Uncaught ReferenceError: $ is not defined
at chat/:367:2
What it looks like:<script>
window.addEventListener('DOMContentLoaded', () =>
{
$(document).ready(function() {
$(".ah-gp-trigger").on({
mouseover: function() {
$(this).find(".ah-gp-profile").stop().fadeIn("fast");
},
mouseout: function() {
$(this).find(".ah-gp-profile").stop().fadeOut("fast");
}
});
});
})
</script>

Last edited: