Attachments (redesign)

This commit is contained in:
RainLoop Team 2014-12-27 23:48:55 +04:00
parent 735842bb88
commit f9640b3ffa
40 changed files with 293 additions and 110 deletions

View file

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