mirror of
https://github.com/Icinga/icinga-docs-tools.git
synced 2025-07-24 06:14:23 +02:00
Include formbricks survey
This commit is contained in:
parent
046209164d
commit
e2cdfb0966
@ -10,6 +10,12 @@
|
|||||||
|
|
||||||
gtag('config', 'G-MXKM9GT293');
|
gtag('config', 'G-MXKM9GT293');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<!-- START Formbricks Surveys -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
!function(){var t=document.createElement("script");t.type="text/javascript",t.async=!0,t.src="https://survey.icinga.com/js/formbricks.umd.cjs";var e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(t,e),setTimeout(function(){window.formbricks.init({environmentId: "cm2ukn8tw000899969w33y4rn", apiHost: "https://survey.icinga.com"})},500)}();
|
||||||
|
</script>
|
||||||
|
<!-- END Formbricks Surveys -->
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block announce %}
|
{% block announce %}
|
||||||
@ -35,12 +41,11 @@
|
|||||||
<button id="close-button">✕</button>
|
<button id="close-button">✕</button>
|
||||||
<a target="_blank" href="https://survey.icinga.com/s/isu6flzyvjk8uvy1hiezc56u?source=icingadocs"><div id="popup-link"></div></a>
|
<a target="_blank" href="https://survey.icinga.com/s/isu6flzyvjk8uvy1hiezc56u?source=icingadocs"><div id="popup-link"></div></a>
|
||||||
</div>
|
</div>
|
||||||
-->
|
|
||||||
<script>
|
<script>
|
||||||
// Get the elements by their ID
|
// Hide the pop-up window when the close button is clicked
|
||||||
var popupWindow = document.getElementById("popup-window");
|
var popupWindow = document.getElementById("popup-window");
|
||||||
var closeButton = document.getElementById("close-button");
|
var closeButton = document.getElementById("close-button");
|
||||||
// Hide the pop-up window when the close button is clicked
|
|
||||||
closeButton.addEventListener("click", function() {
|
closeButton.addEventListener("click", function() {
|
||||||
popupWindow.style.display = "none";
|
popupWindow.style.display = "none";
|
||||||
});
|
});
|
||||||
@ -52,7 +57,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
-->
|
||||||
<style>
|
<style>
|
||||||
#popup-window {
|
#popup-window {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user