Update to bootstrap 5.2
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
clone: true,
|
||||
parent: target,
|
||||
});
|
||||
document.getElementById('count').innerHTML = ' ' + examples.length + ' ';
|
||||
document.getElementById('count').innerHTML = String(examples.length);
|
||||
}
|
||||
|
||||
let timerId;
|
||||
|
||||
Reference in New Issue
Block a user