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

Merge pull request #244 from jellyfin/dkanada-patch-1

Fix a deminification issue with the plugin page
This commit is contained in:
Joshua M. Boniface 2019-04-13 16:44:03 -04:00 committed by GitHub
commit c8ca46fdbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,9 +133,9 @@ define(["jQuery", "loading", "libraryMenu", "globalize", "connectionManager", "e
message: globalize.translate("MessageAlreadyInstalled"),
title: globalize.translate("HeaderPluginInstallation")
});
} else {
performInstallation(page, name, guid, vals[1], version);
}
} else {
performInstallation(page, name, guid, vals[1], version);
}
});
return false;