aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-04-22 14:32:59 +0100
committerStephen Blott2016-04-22 14:33:01 +0100
commitb353233e695033c0eb526db068ad538734a4503c (patch)
tree23d1a0ab59b7e02fac057992765670da01c091d2
parentc279d9ae9a802219e327c88d673a6f891ebc6b28 (diff)
downloadvimium-b353233e695033c0eb526db068ad538734a4503c.tar.bz2
Fix help-dialog links.
It's not clear when -- possibly when we moved the help dialog to an iframe -- the links at the bottom of the help dialog stopped working. Here, we reinstate them by opening the referenced page in a new tab. This is consistent with the behaviour of the links at the top of the help dialog. Also, the "please review us" link now points to the "reviews" tab on the Chrome store.
-rw-r--r--pages/help_dialog.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/pages/help_dialog.html b/pages/help_dialog.html
index b51aef9c..3bfa3e5a 100644
--- a/pages/help_dialog.html
+++ b/pages/help_dialog.html
@@ -62,13 +62,14 @@
<div class="vimiumReset vimiumColumn">
Enjoying Vimium?
- <a class="vimiumReset" href="https://chrome.google.com/extensions/detail/dbepggeogbaibhgnhhndojpepiihcmeb">Leave us
+ <a class="vimiumReset" target="_blank"
+ href="https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb/reviews">Leave us
feedback</a>.<br/>
- Found a bug? <a class="vimiumReset" href="http://github.com/philc/vimium/issues">Report it here</a>.
+ Found a bug? <a class="vimiumReset" target="_blank" href="http://github.com/philc/vimium/issues">Report it here</a>.
</div>
<div class="vimiumReset vimiumColumn" style="text-align:right">
<span class="vimiumReset">Version <span id="help-dialog-version"></span></span><br/>
- <a href="https://github.com/philc/vimium#release-notes" class="vimiumReset">What's new?</a>
+ <a target="_blank" href="https://github.com/philc/vimium#release-notes" class="vimiumReset">What's new?</a>
</div>
</div>
</div>