mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
modals: Move "About Zulip" modal from ".app" div to body.
The "About Zulip" modal should be appended to the body, like the other modals and not inside the ".app" div. This is a prep commit for #27550.
This commit is contained in:
@@ -159,6 +159,8 @@
|
||||
|
||||
<div id="user-profile-modal-holder"></div>
|
||||
|
||||
<div id="about-zulip-modal-container"></div>
|
||||
|
||||
<audio id="user-notification-sound-audio">
|
||||
<source class="notification-sound-source-ogg" type="audio/ogg" />
|
||||
<source class="notification-sound-source-mp3" type="audio/mpeg" />
|
||||
|
||||
@@ -36,5 +36,5 @@ export function initialize(): void {
|
||||
page_params.zulip_merge_base &&
|
||||
page_params.zulip_merge_base !== page_params.zulip_version,
|
||||
});
|
||||
$(".app").append(rendered_about_zulip);
|
||||
$("#about-zulip-modal-container").append(rendered_about_zulip);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user