mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix a deminification issue with the plugin page
This commit is contained in:
parent
e07edea5bf
commit
4e6820ca0d
1 changed files with 2 additions and 2 deletions
|
@ -133,10 +133,10 @@ define(["jQuery", "loading", "libraryMenu", "globalize", "connectionManager", "e
|
|||
message: globalize.translate("MessageAlreadyInstalled"),
|
||||
title: globalize.translate("HeaderPluginInstallation")
|
||||
});
|
||||
}
|
||||
} else {
|
||||
performInstallation(page, name, guid, vals[1], version);
|
||||
}
|
||||
}
|
||||
});
|
||||
return false;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue