Skip to content

Commit 9aa7712

Browse files
save file
1 parent 83c1f18 commit 9aa7712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/misc/global-state-diff/v2.0/global-state-diff-v2.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ <h3>
319319
$('#import .copy').onclick = e=>navigator.clipboard.writeText(src2.value);
320320
$('#import .paste').onclick = async e=>{var txt=await navigator.clipboard.readText();src2.value=txt};
321321

322-
src2.value = 'https://unpkg.com/es-module-lexer?module';
322+
//src2.value = 'https://unpkg.com/es-module-lexer?module';
323323

324324
go2.onclick = function(){
325325

0 commit comments

Comments
 (0)