diff options
Diffstat (limited to 'ldrize_cooperation.js')
-rw-r--r-- | ldrize_cooperation.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(){
|