drop thumbnails if metadata is too large

This commit is contained in:
ansuz
2017-09-05 11:38:49 +02:00
parent 4069945bc4
commit acaf45a0e0
2 changed files with 9 additions and 3 deletions

View File

@@ -91,6 +91,8 @@ define([
Title.updateTitle(title || Title.defaultTitle);
toolbar.addElement(['pageTitle'], {pageTitle: title});
console.error(metadata);
var displayFile = function (ev, sizeMb, CB) {
var called_back;
var cb = function (e) {