Don't send table-only
This commit is contained in:
parent
bb4140fa3d
commit
887ef31c44
@ -31,7 +31,6 @@
|
|||||||
function clickHandler(event) {
|
function clickHandler(event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
var url = new URL(window.location.origin + window.location.pathname + getClickDestination(this));
|
var url = new URL(window.location.origin + window.location.pathname + getClickDestination(this));
|
||||||
url.searchParams.set(#{String $ wIdent "table-only"}, 'yes');
|
|
||||||
updateTableFrom(url);
|
updateTableFrom(url);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user