mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed error in update manager
(cherry picked from commit 541c706616becfdb4637431b6cc0010f616012d7)
This commit is contained in:
parent
80babf25fe
commit
47c3adcdb2
@ -110,6 +110,8 @@ if ($enterprise == ENTERPRISE_NOT_HOOK) {
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
var open = "<?php echo $open;?>";
|
||||||
|
if(open){
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('body').append( "<div id='opacidad' style='position:fixed;background:black;opacity:0.6;z-index:1'></div>" );
|
$('body').append( "<div id='opacidad' style='position:fixed;background:black;opacity:0.6;z-index:1'></div>" );
|
||||||
jQuery.get ("ajax.php",
|
jQuery.get ("ajax.php",
|
||||||
@ -128,4 +130,5 @@ jQuery.get ("ajax.php",
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
});
|
});
|
||||||
|
}
|
||||||
</script>
|
</script>
|
Loading…
x
Reference in New Issue
Block a user