From: Michael Andreen Date: Thu, 29 Jan 2009 09:26:52 +0000 (+0100) Subject: Only need to call listTargets once X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=commitdiff_plain;h=bfb863664b89cece691ad13b1b84470392584664 Only need to call listTargets once --- 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');