Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
evykassirer committed Nov 3, 2024
1 parent 2ba1bf1 commit 518deab
Show file tree
Hide file tree
Showing 6 changed files with 264 additions and 215 deletions.
2 changes: 1 addition & 1 deletion tools/test-js-with-node
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ EXEMPT_FILES = make_set(
"web/src/stream_color_events.ts",
"web/src/stream_create.ts",
"web/src/stream_create_subscribers.ts",
"web/src/stream_edit.js",
"web/src/stream_edit.ts",
"web/src/stream_edit_subscribers.ts",
"web/src/stream_edit_toggler.ts",
"web/src/stream_list.ts",
Expand Down
2 changes: 1 addition & 1 deletion web/src/peer_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function potential_subscribers(stream_id: number): User[] {
stream. This may include some bots.
We currently use it for typeahead in
stream_edit.js.
stream_edit.ts.
This may be a superset of the actual
subscribers that you can change in some cases
Expand Down
2 changes: 1 addition & 1 deletion web/src/settings_org.ts
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ export function save_organization_settings(
data: Record<string, string | number | boolean>,
$save_button: JQuery,
patch_url: string,
success_continuation: (() => void) | undefined,
success_continuation: (() => void) | undefined = undefined,
): void {
const $subsection_parent = $save_button.closest(".settings-subsection-parent");
const $save_btn_container = $subsection_parent.find(".save-button-controls");
Expand Down
Loading

0 comments on commit 518deab

Please sign in to comment.