Fix X icon in the share modal
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…
Reference in New Issue