3 lines
109 B
JavaScript
3 lines
109 B
JavaScript
|
window.addEventListener('load', function() {
|
||
|
console.log('THIS message was not from an inlined file.');
|
||
|
});
|