From 023c8b2ae0f8dfb1bc492f0464510faf71eb4777 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Fri, 16 Dec 2011 15:41:04 +0100 Subject: [PATCH] Add version number in the option dialog. --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index afa54a7af..4b3484608 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1236,7 +1236,7 @@ dialog = ui.dialog('options', '', '\
\
\ - 4chan X\ + 4chan X | ' + VERSION + '\ | Issues\
\
\ diff --git a/script.coffee b/script.coffee index c01fb3b0d..982d9efd9 100644 --- a/script.coffee +++ b/script.coffee @@ -897,7 +897,7 @@ options = dialog = ui.dialog 'options', '', '
- 4chan X + 4chan X | ' + VERSION + ' | Issues