Skip to content

Commit

Permalink
one last thing
Browse files Browse the repository at this point in the history
  • Loading branch information
rhinoman committed Mar 28, 2016
1 parent de9320c commit d2660fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web_app/app/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2 class="form-signin-heading">Sign in</h2>
dataType: "json"
}).done(function(param){
const paramValue = param.configParam.paramValue;
if(paramValue){
if(paramValue === "true"){
$("div.link-box").append('&bull;&nbsp;<a href="/register">Register</a>');
}
});
Expand Down
1 change: 1 addition & 0 deletions wf_run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WIKIPATH=$GOPATH/src/github.com/rhinoman/wikifeat

cd $WIKIPATH/config
./wikifeat-config&
sleep 3
cd $WIKIPATH/auth
./wikifeat-auth&
sleep 2
Expand Down

0 comments on commit d2660fe

Please sign in to comment.