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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user