mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
parent
416626e1b8
commit
1dccba1404
@ -113,7 +113,6 @@ function getCSSRule(rules) {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * *
|
||||||
* *
|
* *
|
||||||
* WEBDAV *
|
* WEBDAV *
|
||||||
@ -155,7 +154,6 @@ webdav.put = function(link, body) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * *
|
||||||
* *
|
* *
|
||||||
* EVENTS *
|
* EVENTS *
|
||||||
@ -490,7 +488,6 @@ function searchEvent(event) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function setupSearch() {
|
function setupSearch() {
|
||||||
let search = document.getElementById("search"),
|
let search = document.getElementById("search"),
|
||||||
searchInput = search.querySelector("input"),
|
searchInput = search.querySelector("input"),
|
||||||
|
@ -23,7 +23,7 @@ func PreProccessPUT(
|
|||||||
) (err error) {
|
) (err error) {
|
||||||
var (
|
var (
|
||||||
data = map[string]interface{}{}
|
data = map[string]interface{}{}
|
||||||
file = []byte{}
|
file []byte
|
||||||
kind string
|
kind string
|
||||||
rawBuffer = new(bytes.Buffer)
|
rawBuffer = new(bytes.Buffer)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user