Created
June 4, 2018 06:47
-
-
Save O5ten/ea9c89bccbee54e48ab957b1f77eb564 to your computer and use it in GitHub Desktop.
Issue Collector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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