From 29023c59c5bb1872e86b7b25a7ac44e09ffae052 Mon Sep 17 00:00:00 2001 From: Hauke D Date: Fri, 19 Oct 2018 20:39:44 +0200 Subject: [PATCH] Improved toolbar look a bit --- web/democode/perleditor.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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