go from classes to prototypes
This commit is contained in:
@@ -35,7 +35,6 @@ func (wc *WebController) serveFileViewer(w http.ResponseWriter, r *http.Request,
|
||||
|
||||
var list = strings.Contains(p.ByName("id"), ",")
|
||||
var ids []string
|
||||
|
||||
if list {
|
||||
ids = strings.Split(p.ByName("id"), ",")
|
||||
} else {
|
Reference in New Issue
Block a user