disabling pendo guides

we're not using the pendo guides in this release. This change turns off the outbound requests to pendo to check for guides.
This commit is contained in:
Jared Tabor 2015-10-29 13:56:31 -07:00
parent 69fe474c52
commit f5bf789cb1

View File

@ -31,7 +31,8 @@
window.pendo_options = {
// This is required to be able to load data client side
usePendoAgentAPI: true
usePendoAgentAPI: true,
disableGuides: true
};
</script>