diff options
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r-- | system/admin/handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 5ac1df2..deba2e5 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -340,7 +340,7 @@ func postsHandler(res http.ResponseWriter, req *http.Request) { var s = sort.val(); var t = getParam("type"); - window.location.replace(path + "&type=" + t + "&order=" + s) + window.location.replace(path + "?type=" + t + "&order=" + s) }); var order = getParam("order"); |