From 9ad62dc40d80bf7497545fdfd0137b38fcd4336a Mon Sep 17 00:00:00 2001 From: Hauke D Date: Tue, 4 Sep 2018 20:50:53 +0200 Subject: [PATCH] Also need to update when hiding sample code so that the URL gets updated --- web/regex_tester.html | 1 + 1 file changed, 1 insertion(+) diff --git a/web/regex_tester.html b/web/regex_tester.html index f23bd93..e50144a 100644 --- a/web/regex_tester.html +++ b/web/regex_tester.html @@ -271,6 +271,7 @@ $sampcodebtn->click(sub{ $samplecode_ta->hide; $codecopy->hide; $sampcodebtn->text('Show Example Perl Code'); + update(); } else { sampcode_show() } });