Further fine tune new aost scriptlet

This commit is contained in:
Raymond Hill 2020-09-23 09:41:00 -04:00
parent da1547f33f
commit 793e2c7896
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -229,7 +229,7 @@
let url = match[2];
if ( url.startsWith('(') ) { url = url.slice(1); }
if ( url === docURL ) {
url += '#inlineScript';
url = 'inlineScript';
} else if ( url.startsWith('<anonymous>') ) {
url = 'injectedScript';
}