X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=lib%2FNDWeb%2FController%2FJSRPC.pm;h=6e21a9446014b30288cc0786604c41401fe00998;hb=2a703f7250ea25f2f556eb25b644dcb7268f92ce;hp=aade3c74ecd9d7b01dfc33dcf07fe54e827b5cf4;hpb=dfbede13bdc76b43f8a4463bd8e912306f440b4d;p=ndwebbie.git diff --git a/lib/NDWeb/Controller/JSRPC.pm b/lib/NDWeb/Controller/JSRPC.pm index aade3c7..6e21a94 100644 --- a/lib/NDWeb/Controller/JSRPC.pm +++ b/lib/NDWeb/Controller/JSRPC.pm @@ -175,7 +175,6 @@ sub joinable : Local { WHERE target = ? AND wave = ? }); $query->execute($joinable,$target,$wave); - $c->forward('/listTargets'); } $c->stash(template => 'jsrpc/update.tt2');