From f44b96554c459335e99c96b653051d802be50f01 Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 7 Dec 2008 05:04:50 +0000 Subject: oooooops git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26037 d0d07461-0603-4401-acd4-de1884942a52 --- happy_hacking_vimperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'happy_hacking_vimperator.js') diff --git a/happy_hacking_vimperator.js b/happy_hacking_vimperator.js index 46cfae4..b611f32 100644 --- a/happy_hacking_vimperator.js +++ b/happy_hacking_vimperator.js @@ -39,7 +39,7 @@ function kill (msg) { return function (event) { - if (ignore || !enabled) + if (ignore) return; event.preventDefault(); event.stopPropagation(); -- cgit v1.2.3