Remove hrefs for some settings page buttons.

(imported from commit 92b3475715914d9930d8c8b789f1c7b1b466786d)
This commit is contained in:
Tim Abbott 2013-05-28 16:59:00 -04:00
parent 975b984aee
commit 07434da33c
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<div class="control-group" id="pw_change_link">
<label class="control-label">
<a href="#settings">Change password</a>
<a>Change password</a>
</label>
</div>
@ -161,7 +161,7 @@
<label class="control-label label_for_text">Your
personal API key</label>
<div class="controls">
<a href="#settings" id="api_key_button">(show)</a>
<a id="api_key_button">(show)</a>
</div>
</div>
</div>