Don't send table-only
This commit is contained in:
parent
bb4140fa3d
commit
887ef31c44
@ -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);
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user