Update xExtension-ColorfulList/static/script.js
Per Frenzie comment/suggestion Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
This commit is contained in:
parent
da42608eb8
commit
42baabc0e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
$(document).ready(function(){
|
document.addEventListener('DOMContentLoaded', function(){
|
||||||
function monitorEntry(monitorCallback) {
|
function monitorEntry(monitorCallback) {
|
||||||
const targetNode = document.getElementById('stream');
|
const targetNode = document.getElementById('stream');
|
||||||
const config = { attributes: false, childList: true, subtree: false};
|
const config = { attributes: false, childList: true, subtree: false};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue