diff --git a/js/boilerplate.js b/js/boilerplate.js index ee59654..2d5170c 100644 --- a/js/boilerplate.js +++ b/js/boilerplate.js @@ -154,7 +154,7 @@ window.rkt_with_selector = function(selector, func) { return r; } -window.addEventListenere('contextmenu', function (e) { e.preventDefault(); }); +window.addEventListener('contextmenu', function (e) { e.preventDefault(); });