Skip to content

Commit

Permalink
logout provider will not be a pop up
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdexta committed Jul 4, 2011
1 parent 8c4cf36 commit 0d734ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/logout.js
@@ -1,6 +1,6 @@
$(document).ready(function(){
$('#logout_link').click(function(){
var provider_logout_url = $("input[name='provider_signout_url']").val();
window.open(provider_logout_url, 'Logout', "status=1");
window.open(provider_logout_url);
});
});

0 comments on commit 0d734ab

Please sign in to comment.