diff --git a/buffer-overlay.js b/buffer-overlay.js index ee4d57b..da759c7 100644 --- a/buffer-overlay.js +++ b/buffer-overlay.js @@ -281,7 +281,7 @@ var getOverlayConfig = function(postData){ cb(link); } else{ - cb(window.location.href); + cb(window.location.href.split('#')[0]); } }, encode: function (val) {