1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

[dir view] use magnificPopup for img view

This commit is contained in:
llj
2015-04-09 15:01:46 +08:00
committed by Daniel Pan
parent 49c8695c37
commit 8d45b64511
9 changed files with 2484 additions and 2 deletions

View File

@@ -288,6 +288,7 @@ define([
$(uploaded_files).each(function(index, file) {
var new_dirent = dirents.add({
'is_file': true,
'is_img': Common.imageCheck(file.name),
'obj_name': file.name,
'last_modified': now,
'file_size': Common.fileSizeFormat(file.size, 1),