Explorar el Código

Bugfix.

master
Ben Kurtovic hace 10 años
padre
commit
d3c739d447
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      static/main.js

+ 1
- 1
static/main.js Ver fichero

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


Cargando…
Cancelar
Guardar