From 764e099792c0bafc906241ed52007bcfb0d4af95 Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 21 Jan 2009 18:34:15 +0000 Subject: :help やローカルファイル上で、j k などが動作しなくなるバグを修正 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@28799 d0d07461-0603-4401-acd4-de1884942a52 --- ldrize_cooperation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldrize_cooperation.js b/ldrize_cooperation.js index 7cbe5b0..9eac8d7 100644 --- a/ldrize_cooperation.js +++ b/ldrize_cooperation.js @@ -299,7 +299,7 @@ _isEnable = value; }, isEnableLDRize: function() this.LDRize.getSiteinfo() != undefined, - isEnableLDRizeCooperation: function() this.isEnable && this.isEnableLDRize(), + isEnableLDRizeCooperation: function() /^https?$/.test(content.location.protocol) && this.isEnable && this.isEnableLDRize(), //Pin getPinnedItems: function(){ -- cgit v1.2.3