use new media tag

pull/1/head
ansuz 8 years ago
parent 92d88d1644
commit a59853f9c2

File diff suppressed because one or more lines are too long

@ -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);

Loading…
Cancel
Save