diff --git a/web/democode/perleditor.html b/web/democode/perleditor.html index a129d6f..06b91a6 100644 --- a/web/democode/perleditor.html +++ b/web/democode/perleditor.html @@ -356,6 +356,9 @@ $(function () { $('#showtools').text( $('#thetools').is(':visible') ? 'Hide Tools' : 'Show Tools' ); }); + $('#webperllink').click(function () { + $('#webperlurl').show(); + }); // script var addscript = $('#addscript'); @@ -536,9 +539,9 @@ $(function () {