Browse Source

Bump release version on base template

pull/2299/head
Victor Fabre 7 years ago
parent
commit
feb2eb9397
  1. 8
      sapl/templates/base.html

8
sapl/templates/base.html

@ -29,7 +29,7 @@
<body> <body>
<div class="page fadein"> <div class="page fadein">
{% if not request|has_iframe %} {% if not request|has_iframe %}
{% block navigation %} {% block navigation %}
<nav class="navbar navbar-inverse navbar-static-top"> <nav class="navbar navbar-inverse navbar-static-top">
@ -184,7 +184,7 @@
<small> <small>
Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto. Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto.
</small> </small>
<span>Release: 3.1.123</span> <span>Release: 3.1.124</span>
</p> </p>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
@ -252,7 +252,7 @@
<script type="text/javascript" > <script type="text/javascript" >
function inIframe () { function inIframe () {
try { try {
return window.self !== window.top; return window.self !== window.top;
@ -264,7 +264,7 @@
let iframe_set_backend = {{ request|has_iframe|lower }} let iframe_set_backend = {{ request|has_iframe|lower }}
if (iframe_set_backend && !inIframe() ) { if (iframe_set_backend && !inIframe() ) {
location.href = location.origin + '?iframe=0' location.href = location.origin + '?iframe=0'
} }
}); });
</script> </script>

Loading…
Cancel
Save