mirror of https://github.com/zulip/zulip.git
dialog_widget: Fix stale comment.
The 'settings_user_groups' file which the comment refers to no longer exists. This commit updates the comment.
This commit is contained in:
parent
fd66c08221
commit
30ada20ece
|
@ -25,9 +25,9 @@ function current_dialog_widget_selector(): string {
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Look for confirm_dialog in settings_user_groups
|
* Look for dialog_widget or confirm_dialog in various
|
||||||
* to see an example of how to use this widget. It's
|
* 'web/src/' files to see examples of how to use this widget.
|
||||||
* pretty simple to use!
|
* It's pretty simple to use!
|
||||||
*
|
*
|
||||||
* Some things to note:
|
* Some things to note:
|
||||||
* 1) We create DOM on the fly, and we remove
|
* 1) We create DOM on the fly, and we remove
|
||||||
|
|
Loading…
Reference in New Issue