From fb0a30990dc979589bef295b002e67059776caed Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Mon, 23 Jan 2023 13:39:39 +0100 Subject: [PATCH] added --- README.md | 3 +-- src/index.ts | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8973c46..6a5f586 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # jupyterlab_sandbox_theme -[![Github Actions Status](https://git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab_sandbox_theme/workflows/Build/badge.svg)](https://git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab_sandbox_theme/actions/workflows/build.yml) -Sandbox Theme +[![status-badge](https://ci.sandbox.iuk.hdm-stuttgart.de/api/badges/grosse/jupyterlab_sandbox_theme/status.svg)](https://ci.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab_sandbox_theme) ## Requirements diff --git a/src/index.ts b/src/index.ts index 6afad84..52bbbd5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -53,7 +53,6 @@ const plugin: JupyterFrontEndPlugin = { elm.setAttribute("href",busy) }); waitForElement('#jupyterlab-splash',document.body).then((elm: any) => { - console.log(elm) let child = elm.firstChild child.innerHTML = '
'; child.classList.add("spinner")