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