Revision af6fc929 ui/templates/home.html

b/ui/templates/home.html
427 427
            $(".usermenu").live("mouseover", function(){
428 428
                $(this).addClass("hovered");
429 429
            });
430

  
431
            // bind menu actions
432
            $(".usermenu .logout").click(function() {
433
                user_session_logout();
434
            });
430 435
        });
431 436
    </script>
432 437
    <!-- base notification for error/success reporting -->

Also available in: Unified diff