Remove the bankruptcy button on the Settings page.

(imported from commit 3f67422df3e96b0902b315c8d055c607e07bc533)
This commit is contained in:
Jessica McKellar 2013-06-19 11:25:39 -04:00
parent 30ab99d765
commit e0b109c6ae
2 changed files with 0 additions and 19 deletions

View File

@ -194,21 +194,5 @@
<hr class="settings_separator">
</div>
<div class="span7">
<p><button class="btn declare_bankruptcy_button" data-dismiss="modal" aria-hidden="true">
Declare Humbug bankruptcy
</button></p>
<p>
Too many unread messages? Press this button to declare Humbug
bankruptcy and travel to right now in your feed.
</p>
<p>
Your historical messages will all still exist and be searchable.
</p>
</div>
</div>

View File

@ -1430,9 +1430,6 @@ $(function () {
$('.change_gravatar_button').click(function (e) {
ui.wait_for_gravatar();
});
$('.declare_bankruptcy_button').click(function (e) {
fast_forward_pointer(this);
});
$('body').on('click', '.respond_button', function (e) {
respond_to_message({trigger: 'popover respond'});