Merge branch 'development' into LTS_development
This commit is contained in:
commit
c6a9c2a1a5
1 changed files with 2 additions and 0 deletions
|
@ -977,6 +977,8 @@ function mistPlay(streamName,options) {
|
|||
return;
|
||||
}
|
||||
|
||||
options.host = options.host.replace(/\/$/,""); //remove trailing slash
|
||||
|
||||
options.target.setAttribute('data-loading','');
|
||||
|
||||
var classes = options.target.className.split(' ');
|
||||
|
|
Loading…
Add table
Reference in a new issue