X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=auth%2Fstatic%2Fjs%2Flogout.js;h=9c9b45326cbc109b240ac5fa6be55392d27cd86a;hb=a7337c66c2c7c3312c4205a8119252f04a1fbd58;hp=c417bb597a302ce545a834d1dfc3c1cfe66df8aa;hpb=ccbd6e9fc2ff9e6683e38d13220ffc9dccfb20ea;p=myslice.git diff --git a/auth/static/js/logout.js b/auth/static/js/logout.js index c417bb59..9c9b4532 100644 --- a/auth/static/js/logout.js +++ b/auth/static/js/logout.js @@ -7,4 +7,4 @@ function logout () { if (confirm(msg)) window.location="/logout/"; } /* attach this function to the logout button */ -$(document).ready(function() { $('#logout').click(logout); }) +$(document).ready(function() { $('#logout').click(logout); $('#logoutbtn').click(logout); });