Remove obsolete comments.

(imported from commit d360efebd5201129becd22cb547c6c1fd24ed918)
This commit is contained in:
Steve Howell 2013-10-29 10:58:40 -04:00
parent 7cf66b5bb8
commit 8449a74fdf
1 changed files with 0 additions and 6 deletions

View File

@ -979,9 +979,6 @@ $(function () {
settings_status.removeClass(status_classes)
.addClass('alert-success')
.text(message).stop(true).fadeTo(0,1);
// TODO: In theory we should auto-reload or something if
// you changed the email address or other fields that show
// up on all screens
},
error: function (xhr, error_type, xhn) {
var response = "Error changing settings";
@ -1024,9 +1021,6 @@ $(function () {
notify_settings_status.removeClass(status_classes)
.addClass('alert-success')
.text(message).stop(true).fadeTo(0,1);
// TODO: In theory we should auto-reload or something if
// you changed the email address or other fields that show
// up on all screens
},
error: function (xhr, error_type, xhn) {
var response = "Error changing settings";