Initial push
This commit is contained in:
14
hubzilla/addon/vs01/view/js/vs01.js
Normal file
14
hubzilla/addon/vs01/view/js/vs01.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/* vs01 — 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