use new media tag
This commit is contained in:
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) {
|
$(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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user