From 86f29aa4564bbcb170e6c361abcacebd1689e2b0 Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 21 Jan 2009 18:36:48 +0000 Subject: OoooOoOooOoops fix a typo git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@28801 d0d07461-0603-4401-acd4-de1884942a52 --- ldrize_cooperation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldrize_cooperation.js') diff --git a/ldrize_cooperation.js b/ldrize_cooperation.js index 9eac8d7..a89d66a 100644 --- a/ldrize_cooperation.js +++ b/ldrize_cooperation.js @@ -299,7 +299,7 @@ _isEnable = value; }, isEnableLDRize: function() this.LDRize.getSiteinfo() != undefined, - isEnableLDRizeCooperation: function() /^https?$/.test(content.location.protocol) && this.isEnable && this.isEnableLDRize(), + isEnableLDRizeCooperation: function() /^https?:$/.test(content.location.protocol) && this.isEnable && this.isEnableLDRize(), //Pin getPinnedItems: function(){ -- cgit v1.2.3