Also need to update when hiding sample code

so that the URL gets updated
master
Hauke D 7 years ago
parent 4b66055a28
commit 9ad62dc40d

@ -271,6 +271,7 @@ $sampcodebtn->click(sub{
$samplecode_ta->hide; $samplecode_ta->hide;
$codecopy->hide; $codecopy->hide;
$sampcodebtn->text('Show Example Perl Code'); $sampcodebtn->text('Show Example Perl Code');
update();
} }
else { sampcode_show() } else { sampcode_show() }
}); });

Loading…
Cancel
Save