Browse Source

Conserta lógica para embutir SAPL em iframe

pull/3653/head
Edward Ribeiro 2 years ago
parent
commit
b533ca4026
  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