add smooth mp4
This commit is contained in:
parent
043628493d
commit
f84072eda8
3 changed files with 14 additions and 1 deletions
|
@ -15,6 +15,10 @@ function absolutePath (href) {
|
|||
return link.href;
|
||||
}
|
||||
|
||||
function extension(string) {
|
||||
return string.slice((string.lastIndexOf(".") - 2 >>> 0) + 2);
|
||||
}
|
||||
|
||||
let dropArea = document.getElementById("dropArea");
|
||||
|
||||
;['dragenter', 'dragover', 'dragleave', 'drop'].forEach(eventName => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue