Merge branch 'master' of github.com:tla/stemmaweb
Tara L Andrews [Tue, 10 Jun 2014 09:44:54 +0000 (11:44 +0200)]
lib/stemmaweb/Controller/Stemweb.pm
root/src/header.tt

index c37b600..c808d9d 100644 (file)
@@ -214,7 +214,7 @@ sub _process_stemweb_result {
                        }
                        $c->stash->{'result'} = { status => 'notfound' };
                }
-       } elsif( $answer->{status} == 1 ) {
+       } elsif( $answer->{status} == -1 ) {
                $c->stash->{'result'} = { 'status' => 'running' };
        } else {
                return _json_error( $c, 500,
index 7b57201..858a528 100644 (file)
@@ -1,4 +1,4 @@
-[% vstr = '003' -%]
+[% vstr = '005' -%]
 <!DOCTYPE HTML>
 <html>
   <head>