Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b410a77

Browse files
committed
selector bugfix
1 parent cc25638 commit b410a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/controller/download.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func (DownloadController) AddNewDownload(ctx echo.Context) error {
127127
}
128128

129129
if selector == "" {
130-
selector = "toggleVisible"
130+
selector = ".toggleVisible"
131131
}
132132

133133
err := logic.DefaultDownload.AddNewDownload(ctx, version, selector)

0 commit comments

Comments
 (0)