fix the search and filter widget

This commit is contained in:
Azareal 2019-11-11 17:04:11 +10:00
parent 1044518e74
commit ec95b922cf
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ func (list SFileList) JSTmplInit() error {
data = replace(data, "w.Write([]byte(", "out += ")
data = replace(data, "w.Write(StringToBytes(", "out += ")
data = replace(data, "w.Write(", "out += ")
data = replace(data, "+= c.", "+= ")
data = replace(data, "strconv.Itoa(", "")
data = replace(data, "strconv.FormatInt(", "")
data = replace(data, " c.", "")