mirror of https://github.com/zulip/zulip.git
Remove obsolete comments.
(imported from commit d360efebd5201129becd22cb547c6c1fd24ed918)
This commit is contained in:
parent
7cf66b5bb8
commit
8449a74fdf
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue