From 887ef31c44de08d40974f38db5a0f91e6e39c508 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 29 Nov 2018 14:09:37 +0100 Subject: [PATCH] Don't send table-only --- templates/table/layout.julius | 1 - 1 file changed, 1 deletion(-) 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);