Add thumbnails to framework apps
This commit is contained in:
@@ -70,6 +70,7 @@ define([
|
||||
// We can only create thumbnails for files here since we can't easily decrypt pads
|
||||
return void whenNewThumb();
|
||||
}
|
||||
if (!v) { return; }
|
||||
if (v === 'EMPTY') { return; }
|
||||
addThumbnail(err, v, $container, cb);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user