embed exclude for IE/FF fix
This commit is contained in:
parent
2a7a714aad
commit
718d009f9f
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
var embedtype = $('input[name=force]').val();
|
||||
|
||||
var info = document.createElement('script');
|
||||
info.src = 'http://localhost:8080/info_'+streamName+'.js';
|
||||
info.src = 'http://'+window.location.hostname+':8080/info_'+streamName+'.js';
|
||||
document.getElementById('embedcontainer').appendChild(info);
|
||||
info.onload = function(){
|
||||
if (embedtype == '') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue