Ver a proveniência

Bugfix.

master
Ben Kurtovic há 10 anos
ascendente
cometimento
d3c739d447
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      static/main.js

+ 1
- 1
static/main.js Ver ficheiro

@@ -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
Guardar