We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc68d75 commit e05564fCopy full SHA for e05564f
docs/projects/index.html
@@ -79,7 +79,7 @@ <h5 class="card-title text-truncate" style="margin-bottom: 0; color: darkgreen;"
79
80
function loadProject(id, data) {
81
const projectName = data[id].slice(data[id].indexOf("/") + 1, data[id].lastIndexOf("/"));
82
- const project = `projects/${data[id].slice(0, data[id].indexOf("/"))}/${projectName}}/${projectName}.sb3`
+ const project = `projects/${data[id].slice(0, data[id].indexOf("/"))}/${projectName}/${projectName}.sb3`
83
const html = `
84
<h1>${data[id].slice(data[id].indexOf("/") + 1, data[id].lastIndexOf("/"))}</h1>
85
<h5 style="margin: 0; padding-bottom: 25px">${data[id].slice(0, data[id].indexOf("/"))}</h5>
0 commit comments