Skip to content

Commit a22d205

Browse files
committed
Commenting out unecessary JS
1 parent 533882c commit a22d205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/_includes/components/phase-banner.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515

1616
</div>
1717
</div>
18+
<!--
1819
<script>
1920
console.log("{{include.auto_hide}}")
2021
if ("{{include.auto_hide}}" == 'true' && (window.location.hostname.startsWith('notify.nhs.uk') || window.location.hostname.startsWith('127.0.0.2'))) {
2122
document.getElementById("{{ include.phase_id }}").style.visibility = 'hidden';
2223
}
2324
</script>
25+
-->

0 commit comments

Comments
 (0)