Files
zulip/static/js/ready.ts
2021-06-22 09:14:09 -07:00

6 lines
81 B
TypeScript

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