Skip to content

Commit

Permalink
fix issue #2: Clicking on question titles now opens the notification …
Browse files Browse the repository at this point in the history
…in a new window again
  • Loading branch information
Andrew Brown committed Jan 15, 2012
1 parent 23840bb commit fe34fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@

// Reformat as needed
notifs[i] = notifs[i].replace(/<a href=/gi, "<a target=\"_quora\" href=");
notifs[i] = notifs[i].replace(/<a action=/gi, "<a target=\"_quora\" action=");
notifs[i] = notifs[i].replace(/<a target="_quora" href="#">.*?<\/a>/gi, "");
notifs[i] = notifs[i].replace(/\. They need topics to get started: /, "");

Expand Down

0 comments on commit fe34fdd

Please sign in to comment.