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