Skip to content

Commit 833ac30

Browse files
save file
1 parent e942a9d commit 833ac30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ <h3>
226226

227227

228228
function initdom(){
229-
230-
231-
229+
debug('initdom');
230+
231+
232232
$('#script .paste').onclick = async e=>{var txt=await navigator.clipboard.readText();src.value=txt};
233233
$('#script .copy').onclick = e=>navigator.clipboard.writeText(src.value);
234234

0 commit comments

Comments
 (0)