mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-01-18 11:11:10 +05:00
Remove type attribute
This commit is contained in:
parent
a2a16af605
commit
14c1e89025
@ -8,7 +8,7 @@
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||
|
||||
<script type="text/javascript">
|
||||
<script>
|
||||
function myProgressHandler(event) {
|
||||
var p = Math.floor(event.loaded / event.total * 100);
|
||||
document.querySelector("label").innerHTML = 'Загрузка: ' + p + '%...';
|
||||
|
Loading…
x
Reference in New Issue
Block a user