Ben Kurtovic 10 anni fa
parent
commit
d3c739d447
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      static/main.js

+ 1
- 1
static/main.js Vedi 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());
});
}


Caricamento…
Annulla
Salva