Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 27, 2023 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/0a3c375ada98848535b4a8b2fd2c4e17 to your computer and use it in GitHub Desktop.
Save bjoerntx/0a3c375ada98848535b4a8b2fd2c4e17 to your computer and use it in GitHub Desktop.
TXTextControl.addEventListener("ribbonTabsLoaded", function (e) {
$.get("/RibbonExtensions/ChatGpt/chatgpt_group.html", function (data) {
$("#ribbonGroupClipboard").after(data);
});
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment