Skip to content

Commit

Permalink
Update live-demo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SecurityBagel authored Dec 27, 2024
1 parent 5f33d0c commit f8ee9b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions live-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@
<iframe
title="CMMC Bagel Lite (Demo)"
src="https://app.powerbi.com/view?r=eyJrIjoiZjIxZTk2ZTktMDJjNi00NGZjLWJlMTItYzc0MmY4YTJjMWIzIiwidCI6IjA1NjMwZTA5LTg4MGYtNDIxOC1iN2ZjLWNmZjJiNDU2YWUyNyIsImMiOjZ9"
allow="fullscreen"
allowfullscreen="true">
allowfullscreen>
</iframe>

<script>
document.getElementById("fullscreenButton").onclick = function() {
var iframe = document.querySelector("iframe");
if (iframe.requestFullscreen) {
Expand All @@ -66,3 +65,4 @@




0 comments on commit f8ee9b0

Please sign in to comment.