Skip to content

Commit

Permalink
Revert "Repaired the "Open in tabs without delay"-feature"
Browse files Browse the repository at this point in the history
This reverts commit 103abfb.
  • Loading branch information
cheeplusplus committed Mar 25, 2012
1 parent 34a98f2 commit 87a079c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome/content/OpenInTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ com.neocodenetworks.faextender.OpenInTabs = {
queueTime += queueTimeDelay;
}
else {
gBrowser.addTab(encodeURI(thisLink));
gBrowser.addTab(thisLink.attr("href"));
}
}
});
Expand Down

0 comments on commit 87a079c

Please sign in to comment.