Skip to content

Instantly share code, notes, and snippets.

@O5ten
Created June 4, 2018 06:47
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 O5ten/ea9c89bccbee54e48ab957b1f77eb564 to your computer and use it in GitHub Desktop.
Save O5ten/ea9c89bccbee54e48ab957b1f77eb564 to your computer and use it in GitHub Desktop.
Issue Collector
window.ATL_JQ_PAGE_PROPS = {
"triggerFunction": function(showCollectorDialog) {
//Requires that jQuery is available!
jQuery("#myCustomTrigger").click(function(e) {
e.preventDefault();
showCollectorDialog();
console.log("klickade p� support-knapp!");
});
}};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment