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" >
function inIframe () {
try {
return window.self !== window.top;
return window.location !== window.parent.location
} catch (e) {
return true;
}

Loading…
Cancel
Save