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

Commit

Permalink
3.6.2. because I fucking broke usernotes in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
creesch committed Feb 19, 2017
1 parent 9ff1fc7 commit f4a53d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>3.6.1</string>
<string>3.6.2</string>
<key>CFBundleVersion</key>
<string>361</string>
<string>362</string>
<key>Chrome</key>
<dict>
<key>Global Page</key>
Expand Down
2 changes: 1 addition & 1 deletion extension/data/modules/usernotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ self.usernotes = function usernotes() {
$things.attr('data-ut-type', TYPE_NEW_MODMAIL);
}
else {
$things = $('#siteTable div.thing:not(.ut-thing)');
$things = $('#siteTable div.thing:not(.ut-thing), .commentarea div.thing:not(.ut-thing)');
$things.attr('data-ut-type', TYPE_THING);
}

Expand Down
4 changes: 2 additions & 2 deletions extension/data/tbutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ function initwrapper() {


// Public variables
TBUtils.toolboxVersion = '3.6.1' + ((betaRelease) ? ' (beta)' : '');
TBUtils.shortVersion = 361; //don't forget to change this one! This is used for the 'new version' notification.
TBUtils.toolboxVersion = '3.6.2' + ((betaRelease) ? ' (beta)' : '');
TBUtils.shortVersion = 362; //don't forget to change this one! This is used for the 'new version' notification.
TBUtils.releaseName = 'Communicating Cat';
TBUtils.configSchema = 1;
TBUtils.notesSchema = 6;
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "toolbox team",
"short_name": "toolbox",
"description": "A set of tools to be used by moderators on reddit in order to make their jobs easier.",
"version": "3.6.1",
"version": "3.6.2",
"options_page": "data/background/options.html",
"applications": {
"gecko": {
Expand Down

0 comments on commit f4a53d5

Please sign in to comment.