Skip to content

Commit 1654e3c

Browse files
authored
on click registered
1 parent 4514902 commit 1654e3c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

URLMaker.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
}
2525

2626
}
27-
$('#showtext').val(title);
27+
$('#wrap-intro').click(function () {
28+
$('#showtext').val(title);
29+
});
30+
2831

2932
});//]]>
3033

0 commit comments

Comments
 (0)