|
@ -262,8 +262,7 @@ |
|
|
$(document).ready(function(){ |
|
|
$(document).ready(function(){ |
|
|
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() ) { |
|
|
let href = location.href |
|
|
location.href = location.origin + '?iframe=0' |
|
|
location.href = href + '?iframe=0' |
|
|
|
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
</script> |
|
|
</script> |
|
|