mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Attachments (redesign)
This commit is contained in:
parent
735842bb88
commit
f9640b3ffa
40 changed files with 293 additions and 110 deletions
|
|
@ -367,7 +367,7 @@
|
|||
if (this.pswpDom)
|
||||
{
|
||||
oDom
|
||||
.on('click', 'a.attachmentImagePreview[data-index]:visible', function (oEvent) {
|
||||
.on('click', '.attachmentImagePreview[data-index]', function (oEvent) {
|
||||
|
||||
var
|
||||
oPs = null,
|
||||
|
|
@ -375,7 +375,7 @@
|
|||
aItems = []
|
||||
;
|
||||
|
||||
oDom.find('a.attachmentImagePreview:visible').each(function (index, oSubElement) {
|
||||
oDom.find('.attachmentImagePreview[data-index]').each(function (index, oSubElement) {
|
||||
|
||||
var $oItem = $(oSubElement);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue