mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 08:18:50 +00:00
Updated Login and User Management with new materialize and controls
This commit is contained in:
parent
81559683eb
commit
1d7ecc3efa
13 changed files with 280 additions and 84 deletions
18
client/AdminMgmt/CleanUp/cleanUp.js
Normal file
18
client/AdminMgmt/CleanUp/cleanUp.js
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
import { M } from '../../lib/assets/materialize.js';
|
||||
|
||||
Template.cleanUp.onCreated(function() {
|
||||
|
||||
});
|
||||
|
||||
Template.cleanUp.onRendered(function() {
|
||||
var elems = document.querySelectorAll('.tooltipped');
|
||||
var instances = M.Tooltip.init(elems, {});
|
||||
});
|
||||
|
||||
Template.cleanUp.helpers({
|
||||
|
||||
});
|
||||
|
||||
Template.cleanUp.events({
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue