Re-enabling extension from #655.

This commit is contained in:
Samuel Clay 2022-07-05 10:51:35 -04:00
parent e32e581562
commit d5cc6f5ae6

View file

@ -219,7 +219,7 @@ NEWSBLUR.Models.Story = Backbone.Model.extend({
background = false;
}
if (background && $.browser.webkit && false) {
if (background && $.browser.webkit) {
var event = new CustomEvent("openInNewTab", {
bubbles: true,
detail: {background: background}