Changed: photoswipe > lightGallery

This commit is contained in:
RainLoop Team 2015-08-31 23:13:59 +03:00
parent 9b6b68e72b
commit fc827326c4
51 changed files with 7754 additions and 37 deletions

View file

@ -172,7 +172,6 @@
Remote.folderSetSubscribe(Utils.emptyFunction, oFolder.fullNameRaw, true);
oFolder.subScribed(true);
FolderStore.reComputeFolderListSubFolders();
};
FoldersUserSettings.prototype.unSubscribeFolder = function (oFolder)
@ -181,7 +180,6 @@
Remote.folderSetSubscribe(Utils.emptyFunction, oFolder.fullNameRaw, false);
oFolder.subScribed(false);
FolderStore.reComputeFolderListSubFolders();
};
FoldersUserSettings.prototype.checkableTrueFolder = function (oFolder)