Browse Source

Bugfix.

master
Ben Kurtovic 10 years ago
parent
commit
d3c739d447
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      static/main.js

+ 1
- 1
static/main.js View File

@@ -1,5 +1,5 @@
function fix_tag_links() {
$("#post-info").find("a").attr("href", function() {
$(".post-tag").attr("href", function() {
return "/#" + encodeURIComponent($(this).text());
});
}


Loading…
Cancel
Save