From b966065020f3c59713a9d1bd91dc657e65ca553d Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 23 Feb 2012 20:45:53 +0100 Subject: [PATCH] Version number in the options will now link to the changelog. Close #255. --- 4chan_x.user.js | 3 ++- script.coffee | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 576367420..8199a2ef1 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2114,7 +2114,8 @@ className: 'reply dialog', innerHTML: '
\
\ - 4chan X | ' + VERSION + '\ + 4chan X\ + | ' + VERSION + '\ | Issues\
\
\ diff --git a/script.coffee b/script.coffee index 4f30f7c0a..38bfccb71 100644 --- a/script.coffee +++ b/script.coffee @@ -1711,7 +1711,8 @@ options = className: 'reply dialog' innerHTML: '
- 4chan X | ' + VERSION + ' + 4chan X + | ' + VERSION + ' | Issues