Cast updates
This commit is contained in:
parent
28681ebce0
commit
f586c9911d
|
@ -376,8 +376,8 @@ namespace MediaBrowser.WebDashboard.Api
|
||||||
var files = new[]
|
var files = new[]
|
||||||
{
|
{
|
||||||
"scripts/all.js" + versionString,
|
"scripts/all.js" + versionString,
|
||||||
"thirdparty/jstree1.0/jquery.jstree.min.js"
|
"thirdparty/jstree1.0/jquery.jstree.min.js",
|
||||||
//"https://www.gstatic.com/cv/js/sender/v1/cast_sender.js"
|
"https://www.gstatic.com/cv/js/sender/v1/cast_sender.js"
|
||||||
};
|
};
|
||||||
|
|
||||||
var tags = files.Select(s => string.Format("<script src=\"{0}\"></script>", s)).ToArray();
|
var tags = files.Select(s => string.Format("<script src=\"{0}\"></script>", s)).ToArray();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user