"...git@lab.libreho.st:libre.sh/compose.libre.sh.git" did not exist on "84d8727eefc95327ea1dd79f76f4967f0ca4b0dc"
Newer
Older
var path = window.location.pathname.replace(/\/index\.php/, '')
var options = {};
var run = false;
steps: [{
title: 'Welcome on files!',
intro: 'Hello World! 👋'
},
{
element: document.querySelector('.avatardiv'),
intro: 'This step focuses on the avatar'
},
{
title: 'Farewell!',
intro: 'And this is our final step!'
}]
}
steps: [{
title: 'Welcome on settings/user!',
intro: 'Hello World! 👋'
},
{
element: document.querySelector('.avatardiv'),
intro: 'This step focuses on the avatar'
},
{
title: 'Farewell!',
intro: 'And this is our final step!'
}]
}
switch(path){
case "/apps/files/":
run = true;
oncomplete = function() {
setStatus(0);
}
if(run){
introJs().setOptions(options).oncomplete(oncomplete).start();
}