aboutsummaryrefslogtreecommitdiffstats
path: root/ldrize_cooperation.js
diff options
context:
space:
mode:
authoranekos2009-01-21 18:34:15 +0000
committeranekos2009-01-21 18:34:15 +0000
commit764e099792c0bafc906241ed52007bcfb0d4af95 (patch)
treed0f36cc8790d169aa51ef3f0a266905cbc1fab71 /ldrize_cooperation.js
parent78ac6d2d907f50dda8595f61b9426655b0054442 (diff)
downloadvimperator-plugins-764e099792c0bafc906241ed52007bcfb0d4af95.tar.bz2
:help やローカルファイル上で、j k などが動作しなくなるバグを修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@28799 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'ldrize_cooperation.js')
-rw-r--r--ldrize_cooperation.js2
1 files changed, 1 insertions, 1 deletions
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(){