Unpin old versions

This commit is contained in:
yflory
2018-03-29 10:54:40 +02:00
parent c4a3e98123
commit d12e5da1b7
3 changed files with 9 additions and 3 deletions

View File

@@ -131,8 +131,6 @@ define([
noStore: true,
body: $('body'),
onUploaded: function (ev, data) {
console.log('uploaded');
console.log(data);
if (!data || !data.url) { return; }
common.getSframeChannel().query('Q_OO_SAVE', data, function (err) {
if (err) {