use new media tag

pull/1/head
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) {
var decrypted = e.originalEvent;
if (decrypted.callback) {
var cb = decrypted.callback;
decrypted.callback = undefined;
cb();
decrypted.callback();
}
console.log(decrypted);