mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 15:10:54 +03:00
reformat click listeners
This commit is contained in:
@@ -103,13 +103,9 @@ $(document).ready(function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// show popup
|
// show popup
|
||||||
btn.addEventListener('click', e => {
|
btn.addEventListener('click', toggleShow);
|
||||||
toggleShow();
|
|
||||||
});
|
|
||||||
// hide popup
|
// hide popup
|
||||||
$popupText.find('.nvm').click(e => {
|
$popupText.find('.nvm').click(toggleShow);
|
||||||
toggleShow();
|
|
||||||
});
|
|
||||||
$('#upload-progress').hide();
|
$('#upload-progress').hide();
|
||||||
$('#share-link').show();
|
$('#share-link').show();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user