smc-hub
Version:
CoCalc: Backend webserver component
13 lines • 488 B
JavaScript
;
/*
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.handle_share_css = void 0;
function handle_share_css(_req, res) {
res.type("text/css");
res.send(".cocalc-jupyter-anchor-link {\n visibility : hidden\n};");
}
exports.handle_share_css = handle_share_css;
//# sourceMappingURL=handle-share-css.js.map