simplify hiding QR Code size buttons
This commit is contained in:
parent
0cc9b8b13f
commit
806675fc22
2 changed files with 2 additions and 8 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue