#615 remove original hash
This commit is contained in:
parent
adf2f75a0f
commit
a523b286c5
1 changed files with 0 additions and 1 deletions
|
@ -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(''));
|
||||
|
|
Loading…
Add table
Reference in a new issue