mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +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;
|
background = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (background && $.browser.webkit && false) {
|
if (background && $.browser.webkit) {
|
||||||
var event = new CustomEvent("openInNewTab", {
|
var event = new CustomEvent("openInNewTab", {
|
||||||
bubbles: true,
|
bubbles: true,
|
||||||
detail: {background: background}
|
detail: {background: background}
|
||||||
|
|
Loading…
Add table
Reference in a new issue