mirror of
https://github.com/Icinga/icinga-docs-tools.git
synced 2025-07-23 13:54:23 +02:00
Disable survey popup
This commit is contained in:
parent
1798effbb4
commit
04935333d0
@ -29,11 +29,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Popup window to display ads -->
|
<!-- Popup window to display ads -->
|
||||||
|
<!-- DISABLE POPUP
|
||||||
<script type="text/javascript" src="{{ base_url }}/js/jquery-3.7.1.min.js"></script>
|
<script type="text/javascript" src="{{ base_url }}/js/jquery-3.7.1.min.js"></script>
|
||||||
<div id="popup-window">
|
<div id="popup-window">
|
||||||
<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
|
// Get the elements by their ID
|
||||||
var popupWindow = document.getElementById("popup-window");
|
var popupWindow = document.getElementById("popup-window");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user