Update to bootstrap 5.2

This commit is contained in:
Maximilian Krög
2022-08-16 20:58:31 +02:00
parent 559712f728
commit bc9a6f230c
20 changed files with 181 additions and 175 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
clone: true,
parent: target,
});
document.getElementById('count').innerHTML = ' ' + examples.length + ' ';
document.getElementById('count').innerHTML = String(examples.length);
}
let timerId;