Fix bug
This commit is contained in:
parent
27d19bf76d
commit
55fc0437a4
|
@ -24,6 +24,10 @@
|
|||
}, 50);
|
||||
}
|
||||
}
|
||||
|
||||
app.ports.registerVideo.subscribe(function(args) {
|
||||
setup(args);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue