wip
This commit is contained in:
parent
a31e9d39f0
commit
85cb5418a0
|
@ -1,9 +1,4 @@
|
||||||
if (document.readyState && document.readyState !== 'loading') {
|
function kagiSummarize(url) {
|
||||||
documentReady();
|
console.log('got url', url);
|
||||||
} else {
|
return false;
|
||||||
document.addEventListener('DOMContentLoaded', documentReady, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
function documentReady() {
|
|
||||||
console.log('executed documentReady');
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue