Don't send table-only

This commit is contained in:
Gregor Kleen 2018-11-29 14:09:37 +01:00
parent bb4140fa3d
commit 887ef31c44

View File

@ -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);