empty panel.js
This commit is contained in:
parent
286df43701
commit
e6bcee8dde
1 changed files with 0 additions and 31 deletions
|
|
@ -1,31 +0,0 @@
|
|||
// Users
|
||||
|
||||
// const startObserving = (domNode, selector) => {
|
||||
// const observer = new MutationObserver(mutations => {
|
||||
// mutations.forEach(function (mutation) {
|
||||
// // console.log(Array.from(mutation.addedNodes));
|
||||
|
||||
// const elementAdded = Array.from(mutation.addedNodes).some(
|
||||
// element => {
|
||||
// return document.querySelector(selector);
|
||||
// },
|
||||
// );
|
||||
|
||||
// if (elementAdded) {
|
||||
// // Select Client as default user role instead of Admin
|
||||
// document.querySelector('input[value="client"]').checked = true;
|
||||
// }
|
||||
// });
|
||||
// });
|
||||
|
||||
// observer.observe(domNode, {
|
||||
// childList: true,
|
||||
// attributes: true,
|
||||
// characterData: true,
|
||||
// subtree: true,
|
||||
// });
|
||||
|
||||
// return observer;
|
||||
// };
|
||||
|
||||
// startObserving(document.body, '.k-users-view .k-dialog');
|
||||
Loading…
Add table
Add a link
Reference in a new issue