ソースを参照

Bugfix.

master
Ben Kurtovic 10年前
コミット
d3c739d447
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      static/main.js

+ 1
- 1
static/main.js ファイルの表示

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


読み込み中…
キャンセル
保存