mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove extra semicolon
This commit is contained in:
parent
b5db89661a
commit
bdbc5682db
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
|
|||
function loadStrings(options) {
|
||||
var locale = getCurrentLocale();
|
||||
var promises = [];
|
||||
var optionsName;;
|
||||
var optionsName;
|
||||
if (typeof options === 'string') {
|
||||
optionsName = options;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue