Skip to content

Commit

Permalink
Merge pull request #14 from nova-labs/novabar-redirect-fix
Browse files Browse the repository at this point in the history
Fix login destination URL redirect
  • Loading branch information
pjz committed Apr 24, 2014
2 parents 43fb3b0 + 6a15b14 commit 8f93cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/novabar/novabar.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jQuery(document).ready( function($) {
//tb += '<button class="novabar-button" type="submit">Sign in</button>';
//tb += '</form>';
tb += '<li><a href="https://www.nova-labs.org/auth/register.html">Register</a></li>';
tb += '<li><a href="https://www.nova-labs.org/auth/login.html?target=' + location.href + '">Log In</a></li>';
tb += '<li><a href="https://www.nova-labs.org/auth/login.html?dest=' + location.href + '">Log In</a></li>';
}
tb += '</ul>';

Expand Down

0 comments on commit 8f93cfa

Please sign in to comment.