diff --git a/templates/table/layout.julius b/templates/table/layout.julius index c682f0701..0a2103de0 100644 --- a/templates/table/layout.julius +++ b/templates/table/layout.julius @@ -31,7 +31,6 @@ function clickHandler(event) { event.preventDefault(); var url = new URL(window.location.origin + window.location.pathname + getClickDestination(this)); - url.searchParams.set(#{String $ wIdent "table-only"}, 'yes'); updateTableFrom(url);