Fix X icon in the share modal

pull/1/head
yflory 4 years ago
parent e3102d2746
commit ab4739005b

@ -345,7 +345,7 @@ define([
localStore.get('hide-alert-shareLinkWarning', function (val) {
if (val === '1') { return; }
$(shareLinkWarning).show();
$(shareLinkWarning).css('display', 'flex');
$(dismissButton).on('click', function () {
localStore.put('hide-alert-shareLinkWarning', '1');

Loading…
Cancel
Save