#615 remove original hash

This commit is contained in:
Shinsuke Sugaya 2016-08-16 22:53:29 +09:00
parent adf2f75a0f
commit a523b286c5

View file

@ -48,7 +48,6 @@ $(function() {
var hashStr = url.substring(hashIndex);
buf.push('&hash=');
buf.push(encodeURIComponent(hashStr));
buf.push(hashStr);
}
$(this).attr('href', buf.join(''));