zulip/static/js/ready.ts

6 lines
81 B
TypeScript

import $ from "jquery";
$(() => {
$("#app-loading").addClass("loaded");
});