Skip to content

Commit

Permalink
Merge pull request #12 from jluxenberg/master
Browse files Browse the repository at this point in the history
Thanks for this - sorry for missing it earlier, I have moved my new projects over to bitbucket and wasn't keeping up with GH.
  • Loading branch information
nikcub committed Jul 7, 2011
2 parents e7034e3 + a26c1ce commit d41b486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/src/content.js
Expand Up @@ -42,7 +42,7 @@
return false;

if(document.location.protocol != 'https:' && this.siteMatch(document.domain)) {
document.location = 'https://' + document.location.hostname + document.location.pathname + document.location.hash;
document.location = 'https://' + document.location.hostname + document.location.pathname + document.location.search + document.location.hash;
}
},

Expand Down

0 comments on commit d41b486

Please sign in to comment.