Skip to content

Instantly share code, notes, and snippets.

@rafiahmedd
Created August 25, 2023 20:58
Show Gist options
  • Save rafiahmedd/0932446e2da43c36d72310d5bf2e2509 to your computer and use it in GitHub Desktop.
Save rafiahmedd/0932446e2da43c36d72310d5bf2e2509 to your computer and use it in GitHub Desktop.
Always keep FS reply prompt open on customer end
if (window.location.hash.includes('ticket') && window.fs_customer_portal) {
setTimeout(function(){
jQuery('.fs_reply_text').click();
}, 100);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment