]> ruin.nu Git - ndwebbie.git/commitdiff
Only need to call listTargets once
authorMichael Andreen <harv@ruin.nu>
Thu, 29 Jan 2009 09:26:52 +0000 (10:26 +0100)
committerMichael Andreen <harv@ruin.nu>
Thu, 29 Jan 2009 09:26:52 +0000 (10:26 +0100)
lib/NDWeb/Controller/JSRPC.pm

index aade3c74ecd9d7b01dfc33dcf07fe54e827b5cf4..6e21a9446014b30288cc0786604c41401fe00998 100644 (file)
@@ -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');