wrong location
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
/* scn01 — Vital Signs — v0.1.0 */
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
function initDirectory() {
|
||||
// TODO: Bootstrap tab init if needed beyond data-bs-toggle
|
||||
}
|
||||
|
||||
function init() {
|
||||
initDirectory();
|
||||
}
|
||||
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
})();
|
||||
Reference in New Issue
Block a user