mirror of
https://github.com/seigler/bl2skills.com
synced 2025-07-27 01:36:10 +00:00
Add back permalinks but in a less ugly way
This commit is contained in:
parent
e8018afe6f
commit
51bac1d113
13 changed files with 12 additions and 13 deletions
|
@ -131,7 +131,6 @@ function updateStats() {
|
|||
$("div.descriptionContainer").html(descriptions);
|
||||
var url = window.location.href.split("#")[0] + "#" + getHash();
|
||||
$("a.permalink").attr("href",url);
|
||||
$("a.permalink").html(url);
|
||||
window.location.replace(url);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue