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