Skip to content

Commit

Permalink
Further fine tune new aost scriptlet
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Sep 23, 2020
1 parent da1547f commit 793e2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/resources/scriptlets.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}
Expand Down

0 comments on commit 793e2c7

Please sign in to comment.