Delete types
This commit is contained in:
@ -1663,7 +1663,7 @@ class mPDF
|
||||
<head>
|
||||
<title>mPDF File Progress</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="' . _MPDF_URI . 'progbar.css" />
|
||||
<link rel="stylesheet" href="' . _MPDF_URI . 'progbar.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="main">
|
||||
@ -1740,7 +1740,7 @@ class mPDF
|
||||
$el = 2;
|
||||
}
|
||||
}
|
||||
echo '<script type="text/javascript">';
|
||||
echo '<script>';
|
||||
if ($val) {
|
||||
echo ' document.getElementById(\'element' . $el . '\').style.width=\'' . $val . '%\'; ';
|
||||
}
|
||||
@ -9346,7 +9346,7 @@ class mPDF
|
||||
fclose($f);
|
||||
$this->UpdateProgressBar(3, '', 'Finished');
|
||||
|
||||
echo '<script type="text/javascript">
|
||||
echo '<script>
|
||||
|
||||
var form = document.createElement("form");
|
||||
form.setAttribute("method", "post");
|
||||
|
||||
Reference in New Issue
Block a user