Skip to content

Commit

Permalink
===
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Tellis committed Sep 26, 2013
1 parent 914c1ca commit 5a20a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rt.js
Expand Up @@ -45,7 +45,7 @@ impl = {
subcookies = BOOMR.utils.getSubCookies(BOOMR.utils.getCookie(this.cookie)) || {};
// We use document.URL instead of location.href because of a bug in safari 4
// where location.href is URL decoded
if(how === "ul" || how == "hd") {
if(how === "ul" || how === "hd") {
subcookies.r = d.URL.replace(/#.*/, '');
}

Expand Down

0 comments on commit 5a20a2c

Please sign in to comment.