1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

resolve script error

This commit is contained in:
Luke Pulverenti 2015-07-12 12:06:23 -04:00
parent 0c777071dd
commit 4a4adfbab9

View file

@ -29,7 +29,7 @@ window.WebComponents = window.WebComponents || {};
}
}
}
if (flags.log) {
if (flags.log && flags.log.split) {
var parts = flags.log.split(",");
flags.log = {};
parts.forEach(function(f) {