Files
Gainsight/NP_Custom_Templates/customer_templates/Quadriga/_head.html.liquid
Norm Rasmussen 196d98130b Added Quadriga
2022-03-14 16:18:35 -04:00

14 lines
406 B
Plaintext

{% styles default %}
{% styles colors %}
{% styles custom %}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type="text/javascript">
if (window.location.href.indexOf("/login") > -1 && window.location.href.indexOf("?email") > -1 ) {
console.log(document.referrer)
$('body').css("display", "none");
$('input.np-button').click();
}
</script>