simplify hiding QR Code size buttons

This commit is contained in:
Marcus Jaschen 2023-05-18 14:47:58 +02:00
parent 0cc9b8b13f
commit 806675fc22
2 changed files with 2 additions and 8 deletions

View file

@ -99,7 +99,6 @@ BR.ShareRoute = L.Class.extend({
} catch (exception) {
$('#share-qrcode-img').empty();
$('#qrcode-buttons').hide();
$('#qrcode-size-buttons').hide();
if (exception.message === 'Too long data') {
$('#qrcode-msg-too-long').show();