added
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
maltegrosse 2023-01-23 13:39:39 +01:00
parent bb6b5707e8
commit fb0a30990d
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -53,7 +53,6 @@ const plugin: JupyterFrontEndPlugin<void> = {
elm.setAttribute("href",busy)
});
waitForElement('#jupyterlab-splash',document.body).then((elm: any) => {
console.log(elm)
let child = elm.firstChild
child.innerHTML = ' <div class="cube"> <div class="cube1"></div> <div class="cube2"></div></div>';
child.classList.add("spinner")