Skip to content
This repository was archived by the owner on Jun 15, 2019. It is now read-only.

Commit f4a53d5

Browse files
committed
3.6.2. because I fucking broke usernotes in comments.
1 parent 9ff1fc7 commit f4a53d5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

extension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.6.1</string>
16+
<string>3.6.2</string>
1717
<key>CFBundleVersion</key>
18-
<string>361</string>
18+
<string>362</string>
1919
<key>Chrome</key>
2020
<dict>
2121
<key>Global Page</key>

extension/data/modules/usernotes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ self.usernotes = function usernotes() {
137137
$things.attr('data-ut-type', TYPE_NEW_MODMAIL);
138138
}
139139
else {
140-
$things = $('#siteTable div.thing:not(.ut-thing)');
140+
$things = $('#siteTable div.thing:not(.ut-thing), .commentarea div.thing:not(.ut-thing)');
141141
$things.attr('data-ut-type', TYPE_THING);
142142
}
143143

extension/data/tbutils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ function initwrapper() {
120120

121121

122122
// Public variables
123-
TBUtils.toolboxVersion = '3.6.1' + ((betaRelease) ? ' (beta)' : '');
124-
TBUtils.shortVersion = 361; //don't forget to change this one! This is used for the 'new version' notification.
123+
TBUtils.toolboxVersion = '3.6.2' + ((betaRelease) ? ' (beta)' : '');
124+
TBUtils.shortVersion = 362; //don't forget to change this one! This is used for the 'new version' notification.
125125
TBUtils.releaseName = 'Communicating Cat';
126126
TBUtils.configSchema = 1;
127127
TBUtils.notesSchema = 6;

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "toolbox team",
55
"short_name": "toolbox",
66
"description": "A set of tools to be used by moderators on reddit in order to make their jobs easier.",
7-
"version": "3.6.1",
7+
"version": "3.6.2",
88
"options_page": "data/background/options.html",
99
"applications": {
1010
"gecko": {

0 commit comments

Comments
 (0)