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
1 changed files with 1 additions and 1 deletions

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';
}