Delete types

This commit is contained in:
2021-09-13 20:31:56 +06:00
parent f0fa97a2ff
commit e1a4f954fd
80 changed files with 692 additions and 641 deletions

View File

@ -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");