Star Wars Roleplay: Chaos

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Members Who Replied this thread

Thread
Shard Hunters
  • 2

    Parvati

    Devil In A Tight Dress
    • Messages
      119
    • factory_most_approved_items
    • Reaction score
      245
    • Points
      43
  • 1

    Tibera Jessen

    War Dog
    • Messages
      141
    • factory_most_approved_items
    • Reaction score
      328
    • Points
      63
  • Top Bottom
    document.addEventListener("click", function (e) { if (e.target.matches(".tagUser")) { e.preventDefault(); let username = e.target.dataset.username; let textarea = document.querySelector('textarea[name="message"]'); if (textarea) { textarea.value += `@${username} `; textarea.focus(); } } });