mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Re-enabling extension from #655.
This commit is contained in:
parent
e32e581562
commit
d5cc6f5ae6
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue