Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: options.html

Issue 8699092: Topic 11331 - Links on the Options page should open in new tab (Closed)
Patch Set: Created Oct. 30, 2012, 11:12 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: options.html
===================================================================
--- a/options.html
+++ b/options.html
@@ -191,18 +191,18 @@ button
<span class="i18n_subscriptionSelection_location_label"></span><br />
<input type="text" id="customSubscriptionLocation" style="width:500px" />
</p>
</div>
<div id="acceptableAdsContainer">
<input type="checkbox" id="acceptableAds" />
<span class="i18n_filters_acceptableAds2_label"></span>
- <a id="acceptableAdsLink" href="#" class="i18n_filters_viewList_label"></a>
- <a id="acceptableAdsDocs" href="#" class="i18n_filters_readMore_label"></a>
+ <a id="acceptableAdsLink" href="#" target="_blank" class="i18n_filters_viewList_label"></a>
+ <a id="acceptableAdsDocs" href="#" target="_blank" class="i18n_filters_readMore_label"></a>
</div>
</p>
</div>
<div id="tab-whitelisted">
<p class="i18n_disabled_for_these_domains"></p>
<form id="whitelistForm" action="#">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld