Skip to content

Commit

Permalink
missed chrome manifest somehow?
Browse files Browse the repository at this point in the history
add identifying console log info
  • Loading branch information
honestbleeps committed Dec 19, 2014
1 parent 684f9ca commit dae0812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Reddit Enhancement Suite",
"version": "4.5.2",
"version": "4.5.3",
"manifest_version": 2,
"minimum_chrome_version": "26.0",
"description": "Reddit Enhancement Suite - a group of enhancements for browsing Reddit",
Expand Down
1 change: 1 addition & 0 deletions lib/modules/showImages.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@ modules['showImages'] = {
var siteModule = this.domainModuleMap[elem.site];
$.Deferred().resolve(elem).then(siteModule.handleLink).then(siteModule.handleInfo).
then(this.createImageExpando, function() {
console.error('showImages: error detecting image expando for ' + elem.href);
console.error.apply(console, arguments);
});
}
Expand Down

0 comments on commit dae0812

Please sign in to comment.