mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-11 18:11:09 +03:00
Add missed type attribute for embed javascripts
This commit is contained in:
parent
9a0c9f42a1
commit
6eef9e8762
@ -23,7 +23,7 @@ function tpl_content() { global $page, $mibewroot, $errors;
|
|||||||
<?php if( $page['saved'] ) { ?>
|
<?php if( $page['saved'] ) { ?>
|
||||||
<?php echo getlocal("cannededit.done") ?>
|
<?php echo getlocal("cannededit.done") ?>
|
||||||
|
|
||||||
<script><!--
|
<script type="text/javascript"><!--
|
||||||
if(window.opener && window.opener.location) {
|
if(window.opener && window.opener.location) {
|
||||||
window.opener.location.reload();
|
window.opener.location.reload();
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,7 @@ function tpl_content() { global $page, $mibewroot, $errors;
|
|||||||
<?php if( $page['saved'] ) { ?>
|
<?php if( $page['saved'] ) { ?>
|
||||||
<?php echo getlocal("page.translate.done") ?>
|
<?php echo getlocal("page.translate.done") ?>
|
||||||
|
|
||||||
<script><!--
|
<script type="text/javascript"><!--
|
||||||
if(window.opener && window.opener.location) {
|
if(window.opener && window.opener.location) {
|
||||||
window.opener.location.reload();
|
window.opener.location.reload();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user