Browse Source

Conserta lógica para embutir SAPL em iframe (#3653)

pull/3654/head
Edward 1 year ago
committed by GitHub
parent
commit
4b8681e4ff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      sapl/templates/base.html

2
sapl/templates/base.html

@ -267,7 +267,7 @@
<script type="text/javascript" > <script type="text/javascript" >
function inIframe () { function inIframe () {
try { try {
return window.self !== window.top; return window.location !== window.parent.location
} catch (e) { } catch (e) {
return true; return true;
} }

Loading…
Cancel
Save