diff --git a/web/democode/perleditor.html b/web/democode/perleditor.html index 06b91a6..fa0f43c 100644 --- a/web/democode/perleditor.html +++ b/web/democode/perleditor.html @@ -374,7 +374,7 @@ $(function () { } else addscript.show(); - addscript.click(function () { + $('#addscript .fakelink').click(function () { addscript.hide(); if ($('#script').length) return; var cfn = makeCodeWithFn('script.pl', $('#perlctrl'), 0, 1); @@ -520,15 +520,17 @@ $(function () {
Show Tools