Skip to content

Commit

Permalink
スレッド一覧でスレタイ置換処理に対して板URLを適切に渡していなかった問題を修正 closes #200
Browse files Browse the repository at this point in the history
  • Loading branch information
nodaguti committed Nov 25, 2014
1 parent 1792eb0 commit 109cee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaika/chrome/content/chaika/board/page.js
Expand Up @@ -306,7 +306,7 @@ var BoardTree = {
title: thread.getAttribute('title'),
date: thread.getAttribute('created'),
thread_url: thread.getAttribute('url'),
board_url: gBoard.url,
board_url: gBoard.url.spec,
isThreadList: true,
isSubjectTxt: false
});
Expand Down

0 comments on commit 109cee8

Please sign in to comment.