use new media tag

This commit is contained in:
ansuz 2017-07-04 10:15:45 +02:00
parent 92d88d1644
commit a59853f9c2
2 changed files with 2 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -92,9 +92,7 @@ define([
$(window.document).on('decryption', function (e) { $(window.document).on('decryption', function (e) {
var decrypted = e.originalEvent; var decrypted = e.originalEvent;
if (decrypted.callback) { if (decrypted.callback) {
var cb = decrypted.callback; decrypted.callback();
decrypted.callback = undefined;
cb();
} }
console.log(decrypted); console.log(decrypted);