disable

Can someone help? What is wrong with this code.
 

 

 

//<script>
elgg.provide('elgg.disable_right_click');

elgg.disable_right_click.init = function() {
    $('body').bind('contextmenu', function(e) {
        return false;
    }); 
};

elgg.register_hook_handler('init', 'system', elgg.disable_right_click.init);

Performance and Scalability

Performance and Scalability

If you've got a need for speed, this group is for you.