Ver código fonte

Bugfix.

master
Ben Kurtovic 9 anos atrás
pai
commit
d3c739d447
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      static/main.js

+ 1
- 1
static/main.js Ver arquivo

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


Carregando…
Cancelar
Salvar