This repository was archived by the owner on Jun 15, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments