Fix X icon in the share modal

pull/1/head
yflory 2020-12-14 11:57:46 +01:00
parent e3102d2746
commit ab4739005b
1 changed files with 1 additions and 1 deletions

View File

@ -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');